-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.21 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.21 KB
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
{
"name": "com.uzzie.justlearn",
"version": "1.0.0",
"description": "Brand new cordova project with framework7 - vue - webpack!",
"scripts": {
"default": "echo \"There is no scripts you can run with npm run command.\" && exit 1",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": " \"npm run tsc:w\" \"npm run lite\" "
},
"keywords": [
"ecosystem:cordova"
],
"repository": {
"type": "git",
"url": "https://github.com/Lavhe/JustLearn.git"
},
"license": "ISC",
"devDependencies": {
"@types/default": "git+https://github.com/Lavhe/Typescript-Declarations",
"@types/framework7": "git+https://github.com/JasonKleban/Framework7.d.ts",
"cheerio": "^0.22.0",
"chokidar": "^1.6.1",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.27.3",
"device.js": "git+https://github.com/matthewhudson/device.js.git",
"epipebomb": "^1.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"path": "^0.12.7",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"svg-url-loader": "^2.0.2",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^0.3.0",
"url-loader": "^0.5.8",
"vue-hot-reload-api": "^2.0.11",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.2.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"cordova-android": "^6.2.3",
"cordova-browser": "^4.1.0",
"cordova-plugin-whitelist": "^1.3.2",
"framework7": "^1.5.4",
"framework7-vue": "^0.8.5",
"typescript": "^2.5.2",
"vue": "git+https://github.com/Lavhe/vue"
},
"displayName": "JustLearn",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"browser"
]
}
}