-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "bat",
"version": "1.0.0",
"description": "前端面试",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"docs": "sh deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lefex/bat.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lefex/bat/issues"
},
"homepage": "https://github.com/lefex/bat#readme",
"devDependencies": {
"async-validator": "^1.11.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^26.4.2",
"vuepress": "^1.5.4",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.1.4"
},
"dependencies": {
"element-ui": "^2.15.1"
}
}