-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 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
{
"name": "codebattle-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.5",
"@fortawesome/free-brands-svg-icons": "^5.4.0",
"@fortawesome/free-solid-svg-icons": "^5.4.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"bulma": "^0.7.1",
"bulma-timeline": "^3.0.0",
"codemirror": "^5.40.2",
"connected-react-router": "^4.5.0",
"dotenv": "^6.1.0",
"dotenv-expand": "^4.2.0",
"firebase": "^5.5.3",
"i": "^0.3.6",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.11",
"node-sass": "^4.9.3",
"npm": "^6.4.1",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.2",
"react-markdown": "^4.0.3",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.4",
"redux": "^4.0.0",
"socket.io-client": "^2.1.1"
},
"scripts": {
"start": "NODE_ENV=development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"redux-logger": "^3.0.6"
}
}