-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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": "neutrino-preset-vue-static",
"description": "A minimalistic starter kit for building static sites using Vue.js",
"version": "0.2.0",
"author": "Stanley Shyiko <stanley.shyiko@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shyiko/neutrino-preset-vue-static"
},
"main": "neutrino-preset.js",
"scripts": {
"lint": "standard *.js test/*.js",
"lint-fix": "standard --fix *.js test/*.js",
"test": "tap -J --harmony test/**/*.test.js"
},
"dependencies": {
"chunk-manifest-webpack-plugin": "^1.0.0",
"clean-webpack-plugin": "^0.1.15",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"domino": "^1.0.28",
"extract-text-webpack-plugin": "2.0.0-rc.3",
"html-webpack-plugin": "^2.26.0",
"inline-manifest-webpack-plugin": "^3.0.1",
"mkdirp": "^0.5.1",
"split-by-name-webpack2-plugin": "^0.1.1",
"vue-loader": "^11.3.4",
"vue-server-renderer": "^2.1.10",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.2.0",
"webpack-md5-hash": "^0.0.5"
},
"peerDependencies": {
"neutrino": ">= 5",
"vue": ">= 2"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cpr": "^2.0.2",
"http-server": "^0.9.0",
"neutrino": "^5.4.0",
"node-fetch": "^1.6.3",
"phantom": "^4.0.2",
"pify": "^2.3.0",
"pre-commit": "^1.2.2",
"recursive-readdir": "^2.1.0",
"standard": "^8.6.0",
"tap": "^10.3.2",
"vue": "^2.1.10",
"vue-document": "^0.1.1",
"vue-router": "^2.3.1",
"webpack-chain": "^3.1.0"
},
"pre-commit": "lint",
"keywords": [
"neutrino-preset",
"vue",
"pre-rendering"
]
}