-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "replo",
"packageManager": "[email protected]",
"version": "0.1.43",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"connected-react-router": "^6.9.2",
"history": "4",
"immer": "^9.0.12",
"lex": "^1.7.9",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.1",
"react-router": "^6.3.0",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-saga": "^1.1.3",
"saga-slice": "^1.3.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"rplSyntax": "run-s rplSyntax:jison rplSyntax:patch",
"rplSyntax:jison": "jison src/slices/rplSlice/rplSyntax.jison -o src/slices/rplSlice/rplSyntax.js -m js",
"rplSyntax:patch": "node -e \"const fs = require('fs'); const fp = './src/slices/rplSlice/rplSyntax.js'; const d = fs.readFileSync(fp); fs.writeFileSync(fp, '/* eslint-disable */\\n' + d + '\\nexport default rplSyntax;\\n');\"",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"jison": "^0.4.18",
"react-git-info": "^2.0.1",
"run-s": "^0.0.0",
"yarn-run-all": "^3.1.1"
}
}