-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "vusion.github.io",
"description": "Vusion Websites",
"author": "Rainfore <[email protected]>",
"main": "./index.js",
"scripts": {
"precommit": "bash node_modules/vusion-hooks/pre-commit"
},
"repository": "vusion/vusion.github.io",
"homepage": "http://vusion.github.io",
"bugs": {
"url": "http://github.com/vusion/vusion.github.io/issues"
},
"license": "MIT",
"keywords": [
"vusion",
"framework",
"vue",
"solution"
],
"tags": [
"vusion",
"framework",
"vue",
"solution"
],
"dependencies": {
"vusion-ui.vusion": "^0.3.1",
"vue": "^2.5.0",
"vue-router": "^3.0.0",
"vusion-utils": "^0.2.1"
},
"devDependencies": {
"@vusion/md-vue-loader": "^0.1.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-vusion": "^2.1.2",
"highlight.js": "^9.12.0",
"husky": "^0.13.3",
"markdown-it-for-inline": "^0.1.1",
"shelljs": "^0.7.8",
"stylelint": "^9.3.0",
"stylelint-config-vusion": "^1.0.3",
"vusion-hooks": "^0.1.0"
}
}