-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.35 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
{
"name": "react-app",
"version": "1.0.0",
"description": "my node server",
"main": "index.js",
"scripts": {
"start": "sh ./scripts/dev.sh",
"build": "sh ./scripts/build.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "node cli/index.js -p "
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"eslint-plugin-react-hooks": "^2.0.1",
"express": "^4.16.4",
"marked": "^0.7.0",
"moment": "^2.24.0",
"pug": "^2.0.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"serve-favicon": "^2.5.0",
"showdown": "^1.9.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/node": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.4.5",
"@loadable/component": "^5.10.2",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^2.20.0",
"cross-env": "^5.2.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^2.1.1",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"event-hooks-webpack-plugin": "^2.1.2",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
}
}