-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 731 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 731 Bytes
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
{
"name": "snowpack-framework7",
"version": "1.0.0",
"description": "Create Snowpack App (CSA) + React + Framework7",
"keywords": [
"react",
"snowpack",
"framework7"
],
"author": "CoderBuzz",
"license": "ISC",
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build",
"reset": "snowpack --reload",
"serve": "serve build"
},
"dependencies": {
"framework7": "^5.7.8",
"framework7-icons": "^3.0.1",
"framework7-react": "^5.7.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.2.0",
"@snowpack/plugin-dotenv": "^1.1.1",
"@snowpack/plugin-webpack": "^1.2.0",
"snowpack": "^2.5.1"
}
}