-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "milk-trace-system",
"private": true,
"version": "0.1.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
"eslint": "eslint src --ext .js,.jsx,.ts,.tsx --cache --fix",
"stylelint": "stylelint --fix --cache src/**/*.{css,scss}",
"lint": "pnpm eslint && pnpm stylelint",
"release": "standard-version",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.12.0",
"@douyinfe/semi-illustrations": "^2.12.0",
"@douyinfe/semi-ui": "^2.12.0",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"md5": "^2.3.0",
"normalize.css": "^8.0.1",
"qs": "^6.10.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0",
"recoil": "^0.7.3",
"screenfull": "^6.0.2",
"shortid": "^2.2.16"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/md5": "^2.3.2",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-react": "^1.3.0",
"c8": "^7.11.3",
"commitlint": "^17.0.2",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.52.3",
"standard-version": "^9.5.0",
"stylelint": "^14.9.1",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.15.2"
}
}