-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
88 lines (88 loc) · 2.52 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "blog.mscorlib.top",
"homepage": "https://blog.mscorlib.top",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/wu-yu-xuan/blog.mscorlib.top.git"
},
"license": "MIT",
"resolutions": {
"@types/react": "^16.9.11"
},
"dependencies": {
"antd": "^4.0.2",
"classnames": "^2.2.6",
"codemirror": "^5.45.0",
"marked": "^0.5.1",
"react": "^0.0.0-experimental-235a6c4af",
"react-dom": "^0.0.0-experimental-235a6c4af",
"react-highlight": "https://github.com/wu-yu-xuan/react-highlight.git",
"react-zmage": "^0.7.5",
"web-router": "https://github.com/wu-yu-xuan/web-router.git"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/codemirror": "^0.0.72",
"@types/marked": "^0.4.2",
"@types/node": "^13.7.1",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"autoprefixer": "7.1.6",
"babel-loader": "7.1.2",
"babel-preset-react-app": "^3.1.2",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"copy-webpack-plugin": "4.0.0",
"css-loader": "0.28.7",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fork-ts-checker-webpack-plugin": "1.0.0",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"node-sass": "^4.13.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"prettier": "^1.19.1",
"react-dev-utils": "^5.0.2",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^1.3.4",
"source-map-loader": "^0.2.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"ts-import-plugin": "^1.5.5",
"ts-loader": "^2.3.7",
"tsconfig-paths-webpack-plugin": "^2.0.0",
"typescript": "^3.8.3",
"typings-for-css-modules-loader": "^1.7.0",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.11.3",
"webpack-manifest-plugin": "1.3.2"
},
"babel": {
"presets": [
"react-app"
]
},
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"semi": true,
"jsxSingleQuote": false
}
}