-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "kinoa",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "yarn dev & wait-on tcp:3000 -v",
"generate:assets": "node ./scripts/generateCardAssets.js"
},
"dependencies": {
"@coreui/coreui": "^4.0.1",
"axios": "^0.21.1",
"heroicons-vue3": "^1.0.1",
"node-fetch": "^2.6.1",
"vue": "~3.1",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "~0.2",
"@tailwindcss/forms": "~0.3",
"@tailwindcss/line-clamp": "~0.2",
"@tailwindcss/typography": "~0.4",
"@typescript-eslint/eslint-plugin": "~4",
"@typescript-eslint/parser": "~4",
"@vitejs/plugin-vue": "~1.2",
"@vue/compiler-sfc": "~3.1",
"@vue/eslint-config-standard": "~6.0",
"@vue/eslint-config-typescript": "~7.0",
"@vuedx/typecheck": "~0.7",
"@vuedx/typescript-plugin-vue": "~0.7",
"autoprefixer": "~10.2",
"eslint": "~7",
"eslint-plugin-vue": "~7",
"postcss": "~8.3",
"postcss-nesting": "~8.0",
"sass": "^1.35.2",
"tailwindcss": "~2.2",
"typescript": "~4.3",
"vite": "~2.3",
"wait-on": "~6.0"
}
}