-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
50
51
52
53
54
{
"name": "framework7-react-cosmos",
"private": true,
"version": "0.0.1",
"description": "A basic framework7 app with react-cosmos",
"keywords": [
"framework",
"framework7",
"react",
"template",
"react-cosmos",
"vite"
],
"author": {
"name": "Morteza Jamali",
"email": "mortezajamali4241@gmail.com",
"url": "https://moraj.ir"
},
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build",
"serve": "vite preview",
"cosmos": "cosmos",
"cosmos:export": "cosmos-export"
},
"browserslist": [
"Android >= 7",
"IOS >= 11",
"Safari >= 11",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"dependencies": {
"dom7": "^4.0.0",
"framework7": "^6.3.4",
"framework7-icons": "^5.0.3",
"framework7-react": "^6.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-jss": "^10.8.1"
},
"devDependencies": {
"@types/node": "^16.9.4",
"@types/react": "^17.0.22",
"@types/react-dom": "^17.0.9",
"@vitejs/plugin-react": "^1.0.5",
"cross-env": "^7.0.3",
"react-cosmos": "^5.6.4",
"vite": "^2.6.4",
"vite-tsconfig-paths": "^3.3.17"
}
}