-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "valgolang-frontend",
"version": "0.1.0",
"private": false,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@monaco-editor/react": "^3.7.0",
"@types/bootstrap": "^4.5.0",
"@types/node": "^12.12.54",
"@types/react": "^16.9.46",
"@types/react-bootstrap": "^0.32.22",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"antlr4ts": "^0.5.0-alpha.3",
"axios": "^0.19.2",
"bootstrap": "^4.5.2",
"form-data": "^3.0.0",
"interactjs": "^1.10.0",
"jszip": "^3.5.0",
"monaco-editor": "^0.21.2",
"node-sass": "^4.0.0",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-contexify": "^4.1.1",
"react-dom": "^16.13.1",
"react-game-snake": "^1.0.4",
"react-interval": "^2.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"typescript": "^3.9.7"
},
"scripts": {
"start": "react-scripts start",
"antlr4ts": "antlr4ts ./src/antlr/ManimParser.g4 ./src/antlr/ManimLexer.g4 -visitor ",
"build": "./antlrBuild.sh && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@interactjs/types": "^1.10.0",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.3",
"antlr4ts-cli": "^0.5.0-alpha.3"
}
}