-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.64 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.64 KB
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
{
"name": "junjie",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config build/webpack.config.dev.js",
"build": "webpack --config build/webpack.config.prod.js",
"server": "nodemon server/index.js",
"analyz": "webpack --config build/webpack.config.analyzer"
},
"author": "junjie",
"license": "ISC",
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/highlight.js": "^9.12.3",
"@types/jest": "^25.1.3",
"@types/marked": "^0.7.3",
"@types/mermaid": "^8.2.1",
"@types/node": "^13.7.4",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.0.0",
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^4.0.0-alpha.11",
"@typescript-eslint/parser": "^4.0.0-alpha.11",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^7.0.0-rc.0",
"eslint-config-alloy": "^3.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.8.0-rc.0",
"eslint-plugin-react-hooks": "^4.1.0-rc.0",
"file-loader": "^5.1.0",
"fs": "^0.0.1-security",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "^4.0.0-beta.14",
"jest": "^25.1.0",
"marked": "^0.8.0",
"nodemon": "^2.0.2",
"path": "^0.12.7",
"react-test-renderer": "^16.12.0",
"style-loader": "^1.1.3",
"svg-sprite-loader": "^4.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.9.7",
"typescript-eslint": "^0.0.1-alpha.0",
"typescript-plugin-styled-components": "^1.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"webpack": "^5.0.0-beta.25",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.1.1"
},
"dependencies": {
"@types/qs": "^6.9.1",
"@types/shortid": "^0.0.29",
"@types/webpack": "^4.41.21",
"koa2": "^2.0.0-alpha.7",
"lowdb": "^1.0.0",
"mermaid": "^8.4.8",
"qs": "^6.9.1",
"react": "^16.12.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"shortid": "^2.2.15",
"styled-components": "^5.0.1"
}
}