-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 974 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 974 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
{
"name": "titanium-vue-sample",
"version": "1.0.0",
"description": "A dead simple app to demonstrate Titanium with Vue.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"titanium-navigator": "file:../titanium-navigator",
"titanium-vdom": "file:../titanium-vdom",
"titanium-vue": "file:../titanium-vue",
"titanium-vue-template-compiler": "file:../titanium-vue/packages/titanium-vue-template-compiler",
"vue-loader": "^15.0.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-target-titanium": "^0.1.0"
}
}