-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
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": "mugi.wiki",
"version": "0.0.1",
"description": "The frontend (Vue) of MUGI Project ",
"main": "index.js",
"dependencies": {
"axios": "^0.17.1",
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"vue": "^2.5.3",
"vue-axios": "^2.0.2",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.17",
"eslint": "^4.11.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"json-server": "^0.12.1",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.8",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.3",
"webpack": "^3.8.1"
},
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"mock": "json-server --watch src/mock.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EroCode/MUGI.WIKI.git"
},
"author": "dimpurr",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/EroCode/MUGI.WIKI/issues"
},
"homepage": "https://github.com/EroCode/MUGI.WIKI#readme"
}