-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "events-app",
"private": true,
"version": "1.0.0",
"description": "events-app",
"repository": "",
"license": "UNLICENSED",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build && npx workbox generateSW workbox-config.js",
"postinstall": "cpy --flat ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
},
"browserslist": [
"IOS >= 15",
"Safari >= 15",
"last 5 Chrome versions",
"last 5 Firefox versions"
],
"dependencies": {
"dom7": "^4.0.6",
"framework7": "^8.3.0",
"framework7-icons": "^5.0.5",
"framework7-react": "^8.3.0",
"lottie-react": "^2.4.0",
"material-icons": "^1.13.12",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"skeleton-elements": "^4.0.1",
"swiper": "^11.0.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"postcss-preset-env": "^9.3.0",
"sass": "^1.69.5",
"vite": "^5.0.10",
"workbox-cli": "^7.0.0"
}
}