-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1006 Bytes
/
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
43
{
"name": "typings.dev",
"version": "0.1.0",
"private": true,
"author": {
"name": "George Miao",
"email": "[email protected]"
},
"scripts": {
"d": "vite",
"dev": "vite",
"b": "yarn build",
"build": "tsc --noEmit && vite build",
"serve": "yarn build && vite preview",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --fix src",
"gen": "ts-node src/utils/generateDict"
},
"vue": {
"pwa": {
"themeColor": ""
}
},
"dependencies": {
"chart.js": "^3.7.0",
"vue": "^3.0.0",
"vue-chart-3": "^3.0.4",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-vue": "^1.6.1",
"eslint": "8",
"eslint-plugin-vue": "8",
"less": "^3.0.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"vite": "^2.5.4",
"vue-eslint-parser": "^8.0.1",
"zh_cn": "^0.0.7"
}
}