This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 1.84 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
{
"name": "journey-fe",
"version": "0.1.0",
"private": true,
"homepage": "https://chuyiting.github.io/journey-frontend",
"dependencies": {
"@babel/core": "^7.8.7",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/lz-string": "^1.3.33",
"@types/node": "^12.0.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-resize-detector": "^4.2.0",
"@types/react-router-dom": "^5.1.3",
"@types/showdown": "^1.9.3",
"@types/testing-library__react": "^9.1.3",
"ace-builds": "^1.4.8",
"axios": "^0.19.2",
"js-slang": "^0.4.30",
"lz-string": "^1.4.4",
"re-resizable": "^6.3.2",
"react": "^16.13.1",
"react-ace": "^8.1.0",
"react-app-rewired": "^2.1.5",
"react-dom": "^16.12.0",
"react-hotkeys": "^2.0.0",
"react-resizable": "^1.10.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-showdown": "^1.6.0",
"sharedb-ace": "^1.0.9",
"typescript": "~3.7.2",
"xmlhttprequest-ts": "^1.0.1"
},
"scripts": {
"start": "react-app-rewired start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-app-rewired build",
"test": "react-app-rewired 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"
]
},
"resolutions": {
"react-dev-utils": "10.1.0"
},
"devDependencies": {
"@types/react-resizable": "^1.7.2",
"gh-pages": "^2.2.0"
}
}