-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "data-design",
"private": false,
"version": "1.2.0",
"module": "dist/data-design.cjs.js",
"main": "dist/data-design.es.js",
"types": "dist/packages/index.d.ts",
"keywords": [
"data-design",
"typeScript"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"docs:dev": "dumi dev",
"docs:build": "dumi build",
"preview": "vite preview"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --fix"
]
},
"dependencies": {
"js-utils-pro": "^0.0.7",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/md5": "^2.3.2",
"@types/node": "^18.7.3",
"@types/prettier": "^2.6.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react": "^2.0.1",
"ahooks": "^3.7.4",
"dumi": "^2.1.5",
"echarts": "^5.4.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-plugin-dts": "^1.4.1",
"vitepress": "1.0.0-alpha.4"
}
}