-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.05 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "deploy.sh",
"dev": "webpack-dev-server",
"pack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YinDongFang/blog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YinDongFang/blog/issues"
},
"homepage": "https://github.com/YinDongFang/blog#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/generator": "^7.10.3",
"@babel/parser": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.3",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3",
"autoprefixer": "^9.8.2",
"babel-loader": "^8.1.0",
"babel-plugin-preval": "^5.0.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"css-loader": "^3.6.0",
"eslint": "^7.3.1",
"eslint-loader": "^4.0.2",
"express": "^4.17.1",
"html-webpack-plugin": "^4.3.0",
"html-withimg-loader": "^0.1.16",
"less-loader": "^6.1.2",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"preval.macro": "^5.0.0",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"vuepress": "^1.5.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"core-js": "^3.6.5"
}
}