-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "vue-print-object",
"version": "0.1.3",
"description": "Component to print a javascript object",
"main": "dist/vue-print-object.js",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production webpack --config ./build/webpack.prod.config.js",
"dev": "webpack-dev-server --config ./build/webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cars10/vue-print-object.git"
},
"author": "Carsten König <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cars10/vue-print-object/issues"
},
"homepage": "https://github.com/cars10/vue-print-object#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.2"
}
}