-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
38
39
40
41
42
{
"name": "mip-components-webpack-helpers",
"version": "1.0.17",
"description": "helpers for mip components",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && node build/build.js",
"release": "npm run build && npm publish --registry=https://registry.npmjs.org"
},
"dependencies": {},
"devDependencies": {
"@babel/runtime": "~7.3.4",
"core-js": "~2.6.5",
"css-loader": "^0.28.11",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0"
},
"peerDependencies": {
"@babel/runtime": "~7.3.4",
"core-js": "~2.6.5",
"css-loader": "^0.28.11",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip-components-webpack-helpers.git"
},
"keywords": [
"mip2",
"webpack",
"components"
],
"author": "mj ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/mipengine/mip-components-webpack-helpers/issues"
},
"homepage": "https://github.com/mipengine/mip-components-webpack-helpers#readme"
}