-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
33 lines (33 loc) · 986 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
{
"name": "vue-ip",
"version": "2.0.2",
"main": "./dist/vue-ip.min.js",
"repository": "https://github.com/peteringram0/vue-ip",
"author": "Peter Ingram <peter.ingram0@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --watch --progress --open --config webpack.dev.config.js --open-page /index-dev.html",
"build": "webpack --progress --config webpack.prod.config.js",
"prepublish": "yarn run build"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-stage-0": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"vue": "^2.5.13"
}
}