This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
70 lines (70 loc) · 2.14 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
65
66
67
68
69
70
{
"name": "framework7-vue",
"version": "2.3.0",
"description": "⛔️ DEPRECATED! Build full featured iOS & Android apps using Framework7 & Vue",
"main": "dist/framework7-vue.js",
"jsnext:main": "dist/framework7-vue.esm.js",
"module": "dist/framework7-vue.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/framework7io/framework7-vue.git"
},
"keywords": [
"vue",
"vuejs",
"mobile",
"framework",
"framework7",
"ios",
"iphone",
"ipad",
"apple",
"phonegap",
"touch",
"app",
"f7",
"material",
"android"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"scripts": {
"build:dev": "cross-env NODE_ENV=development gulp build",
"build:prod": "cross-env NODE_ENV=production gulp build",
"dev": "cross-env NODE_ENV=development gulp ks && cross-env NODE_ENV=development gulp server",
"prod": "cross-env NODE_ENV=production gulp ks && cross-env NODE_ENV=production gulp server",
"lint": "eslint .",
"test": "npm run build:prod && npm run lint",
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Framework7 Vue? Support project by donating or pledging on patreon:\\u001b[22m\\u001b[39m\\n > \\u001b[32mhttps://patreon.com/vladimirkharlampidi\\u001b[0m\\n')\""
},
"bugs": {
"url": "https://github.com/framework7io/framework7-vue/issues"
},
"homepage": "http://framework7.io/vue/",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"cross-env": "^5.0.5",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.7.0",
"framework7": "^2.3.0",
"gulp": "^3.9.1",
"gulp-connect": "^5.5.0",
"gulp-header": "^2.0.5",
"gulp-open": "^3.0.1",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"rollup": "^0.59.3",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-vue": "3.0.0",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
}
}