forked from lenard123/alspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1012 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
{
"name": "alspace",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.20.0",
"antd-img-crop": "^4.2.3",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"croppie": "^2.6.5",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"react-query": "^3.34.19",
"react-router-dom": "^6.2.2",
"react-scroll-to-bottom": "^4.2.0",
"react-uuid": "^1.0.2",
"tilg": "^0.1.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"laravel-echo": "^1.11.4",
"postcss": "^8.4.8",
"pusher-js": "^7.0.6",
"tailwindcss": "^3.0.23",
"vite": "^2.9.13",
"vite-plugin-laravel": "^0.2.0-beta.9"
}
}