-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 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
45
46
47
48
49
{
"name": "form-mini-app",
"private": true,
"version": "1.0.0",
"description": "Wifi form",
"repository": "",
"license": "UNLICENSED",
"browserslist": [
"Android >= 5",
"IOS >= 9.3",
"Edge >= 15",
"Safari >= 9.1",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"scripts": {
"start": "zmp start",
"deploy": "zmp deploy",
"build:css": "postcss src/css/tailwind.css -o src/css/styles.css"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.11",
"axios": "^1.6.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"recoil": "^0.7.7",
"zmp-sdk": "^2.34.1",
"zmp-ui": "^1.8.5"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"postcss": "^8.4.33",
"postcss-cli": "^8.3.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"vite": "^2.6.14"
}
}