-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "framevuerk-builder",
"version": "2.0.8",
"description": "Framevuerk builder package.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/framevuerk/framevuerk-builder.git"
},
"keywords": [
"framevuerk",
"builder"
],
"author": "nainemom <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/framevuerk/framevuerk-builder/issues"
},
"homepage": "https://github.com/framevuerk/framevuerk-builder#readme",
"peerDependencies": {
"framevuerk": ">=2.0.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"cli-spinner": "^0.2.10",
"npm-programmatic": "0.0.12"
},
"customDependencies": {
"ajv": "^6.10.2",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.1.10",
"babel-preset-minify": "^0.2.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"pug": "^2.0.4",
"pug-html-loader": "^1.1.5",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.5",
"webpackbar": "^2.6.4"
}
}