-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
55
56
57
58
59
60
61
62
63
64
{
"name": "framework7-template-split-vue-webpack",
"version": "3.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"prod": "vue-cli-service serve --mode production",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"release": "bash scripts/release.sh",
"release:note": "node scripts/gen-release-note.js"
},
"dependencies": {
"framework7": "^3.1.0",
"framework7-icons": "^0.9.1",
"framework7-vue": "^3.1.0",
"material-design-icons": "^3.0.1",
"register-service-worker": "^1.0.0",
"vue": "^2.5.16",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.14",
"@vue/cli-plugin-e2e-cypress": "^3.0.0-beta.14",
"@vue/cli-plugin-eslint": "^3.0.0-beta.14",
"@vue/cli-plugin-pwa": "^3.0.0-beta.15",
"@vue/cli-plugin-unit-jest": "^3.0.0-beta.14",
"@vue/cli-service": "^3.0.0-beta.14",
"@vue/eslint-config-prettier": "^3.0.0-beta.14",
"@vue/test-utils": "^1.0.0-beta.16",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^22.4.3",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"author": "Andreas Kapp",
"bugs": {
"url": "https://github.com/zoosky/framework7-template-split-vue-webpack/issues"
},
"homepage": "https://github.com/framework7io/framework7-template-split-view#readme",
"keywords": [
"framework7",
"template",
"vue",
"ios",
"material",
"mobile",
"app",
"f7"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zoosky/framework7-template-split-vue-webpack.git"
},
"description": "Framework7 split view starter app template",
"license": "MIT"
}