-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "new-paid-app-with-a-perpetual-license",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@clayui/alert": "^3.85.0",
"@clayui/card": "^3.85.0",
"@clayui/css": "^3.85.0",
"@clayui/drop-down": "^3.87.0",
"@clayui/form": "^3.85.0",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.85.0",
"@clayui/loading-indicator": "^3.60.0",
"@clayui/management-toolbar": "^3.65.1",
"@clayui/navigation-bar": "^3.85.0",
"@clayui/table": "^3.56.0",
"@clayui/tooltip": "^3.85.0",
"@types/lodash": "^4.14.191",
"classnames": "^2.3.2",
"filesize": "^10.0.6",
"lodash": "^4.17.21",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.8.0",
"react-select": "^5.7.0",
"sass": "^1.57.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}