-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.66 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "picals-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "serve -s dist"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ctrl/tinycolor": "^4.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^2.5.0",
"@types/node": "^20.17.13",
"@types/react-transition-group": "^4.4.12",
"@unocss/reset": "^0.58.9",
"antd": "^5.23.1",
"axios": "^1.7.9",
"cropperjs": "^1.6.2",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"iconify-icon": "^2.3.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-content-loader": "^7.0.2",
"react-cropper": "^2.3.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-lazyload": "^3.2.1",
"react-loader-spinner": "^6.1.6",
"react-photo-view": "^1.2.7",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.1",
"react-transition-group": "^4.4.5",
"redux-persist": "^6.0.0",
"sass": "^1.83.4"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.2",
"@types/lodash": "^4.17.14",
"@types/qs": "^6.9.18",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-lazyload": "^3.2.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@unocss/preset-rem-to-px": "^0.58.9",
"@unocss/transformer-attributify-jsx": "^0.58.9",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-refresh": "^0.4.18",
"less": "^4.2.1",
"postcss-less": "^6.0.0",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"serve": "^14.2.4",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-standard-less": "^3.0.1",
"stylelint-order": "^6.0.4",
"typescript": "^5.7.3",
"unocss": "^0.58.9",
"vite": "^5.4.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-webfont-dl": "^3.10.4"
}
}