-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.73 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
{
"name": "tutorcruncher-socket",
"version": "1.3.21",
"description": "TutorCruncher socket",
"author": "Samuel Colvin <[email protected]>",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/tutorcruncher/socket-frontend.git"
},
"bugs": {
"url": "https://github.com/tutorcruncher/socket-frontend/issues",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"dist": "node ./dist.js",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src",
"lintfix": "eslint src --fix"
},
"engines": {
"node": ">=10.18",
"npm": ">=5",
"yarn": ">=1.10"
},
"jest": {
"verbose": true,
"setupFiles": [
"<rootDir>/src/tests/setup.js"
]
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"html-webpack-plugin": "^4.5.0",
"marked": "^4.3.0",
"node-sass": "^4.14.1",
"pretty": "^2.0.0",
"raven-js": "^3.27.2",
"react": "^16.14.0",
"react-app-rewired": "^2.1.8",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^5.7.4",
"react-tooltip": "^4.2.18",
"sass-loader": "^10.1.1",
"shelljs": "0.8.4",
"sshpk": "^1.17.0",
"tunnel-agent": "^0.6.0",
"webpack-bundle-analyzer": "^4.9.1"
},
"browserslist": {
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
],
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
]
}
}