-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "maple",
"private": true,
"version": "1.0.0",
"description": "An enhanced version of CPS Aspen built with F7 and React.",
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite --port $PORT",
"build": "cross-env NODE_ENV=development vite build && npx workbox generateSW workbox-config.js",
"postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
},
"browserslist": [
"Android >= 7",
"IOS >= 11",
"Safari >= 11",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1",
"axios": "^0.26.0",
"cheerio": "^1.0.0-rc.10",
"dom7": "^3.0.0",
"express": "^4.17.3",
"framework7": "^6.3.16",
"framework7-icons": "^5.0.5",
"framework7-react": "^6.3.16",
"material-icons": "^1.10.7",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-barcode": "^1.4.1",
"react-dom": "^17.0.2",
"skeleton-elements": "^3.5.0",
"swiper": "^6.8.4"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"cpy-cli": "^4.0.0",
"cross-env": "^7.0.3",
"postcss-preset-env": "^6.7.1",
"vite": "^2.9.15",
"workbox-cli": "^6.5.0"
},
"author": "Marc Reniel Bernardino"
}