-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.94 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.94 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
{
"name": "gitbook-front",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@bumaga/tabs": "^0.2.0",
"@material-ui/core": "^4.9.13",
"@popperjs/core": "^2.4.2",
"@stomp/stompjs": "^5.4.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"ace-builds": "^1.4.11",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bootstrap": "^4.4.1",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"framer-motion": "^1.11.1",
"highlightjs-line-numbers.js": "^2.8.0",
"http-proxy-middleware": "^1.0.4",
"moment": "^2.25.3",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-ace": "^9.0.0",
"react-addons-update": "^15.6.2",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-file-reader": "^1.1.4",
"react-highlight.js": "^1.0.7",
"react-icons": "^3.10.0",
"react-images-upload": "^1.2.8",
"react-motion": "^0.5.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-stomp": "^5.0.0",
"redux": "^4.0.5",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"sockjs-client": "^1.4.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"websocket": "^1.0.31"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}