-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.36 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
{
"name": "blog",
"version": "1.0.0",
"description": "有时候会自问,究竟掌握javascript到了什么程度?对前端知识体系有了多深的见解,一时竟然说不完全,也没个方向,究其原因是自身未曾好好梳理与记录回顾。温故而知新,居安思危。",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"decorator": "babel example/decorator/index.js --out-file example/decorator/dist.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jmingzi/blog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jmingzi/blog/issues"
},
"homepage": "https://github.com/Jmingzi/blog#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.3.4",
"@babel/helper-module-imports": "^7.0.0",
"@babel/parser": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@babel/runtime-corejs3": "^7.4.4",
"@babel/template": "^7.2.2",
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4"
},
"browserslist": [
"iOS >= 7",
"ie >= 9"
]
}