-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 789 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 789 Bytes
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
{
"name": "vuemock",
"version": "1.0.0",
"description": "vue demo for gongyi in fis",
"author": "ligongyi",
"main": "fis-conf.js",
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.5.16",
"vue-router": "^3.0.1"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"fis3-hook-commonjs": "^0.1.22",
"fis3-hook-node_modules": "^2.3.0",
"fis3-parser-less-2.x": "^0.1.4",
"fis3-parser-vue-component": "^5.5.1",
"fis3-parser-translate-es3ify": "^0.0.3",
"fis3-postpackager-loader": "^2.1.10",
"fis3-postprocessor-autoprefixer": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ligongzai/vuemock.git"
}
}