forked from sachinbhutani/vhizr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 965 Bytes
/
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
{
"name": "VHiZR",
"version": "0.0.1",
"description": "Horizon VueJs Webpack database admin demo",
"dependencies": {
"@horizon/client": "^1.0.3",
"vue": "^1.0.24",
"webpack-dev-server": "^1.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sachinbhutani/vhizr"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"webpack": "^1.13.0",
"css-loader": "^0.23.0",
"style-loader": "^0.13.0",
"vue-loader": "^7.3.0",
"vue-html-loader": "^1.0.0",
"vue-hot-reload-api": "^1.2.0"
},
"scripts": {
"dev": "hz serve & webpack-dev-server --port 9090",
"rdev": "hz serve --start-rethinkdb yes & webpack-dev-server --port 9090"
},
"author": "Sachin Bhutani <sachin1705@gmail.com>",
"license": "MIT"
}