-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 953 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
{
"name": "vue-form-builder",
"description": "Vue Form Builder",
"version": "0.0.1",
"author": "Anirudh Sanjeev <skyronic@gmail.com>",
"scripts": {
"dev": "webpack-dev-server --inline --hot --config config/webpack.dev.conf.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config config/webpack.build.conf.js"
},
"license": "MIT",
"dependencies": {
"validate.js": "^0.10.0"
},
"repository": "skyronic/vue-form-builder",
"main": "src/index.js",
"devDependencies": {
"vue": "^2.0.0-alpha.2",
"bootstrap": "^3.3.6",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-vue-jsx": "^1.0.1",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.4",
"vue-loader": "^9.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}