-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1001 Bytes
/
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
{
"name": "recess",
"version": "0.1.0",
"private": true,
"dependencies": {
"camel-case": "^3.0.0",
"classnames": "^2.2.6",
"codemirror": "^5.42.0",
"codemirror-graphql": "^0.12.2",
"graphql": "^15.3.0",
"prop-types": "^15.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inspector": "^6.0.1",
"react-split-pane": "^0.1.92",
"snake-case": "^2.1.0"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "REACT_APP_API=http://localhost:4444 react-scripts start",
"start:be": "cd be && go run main.go -port 4444 -nofe",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">1%",
"not ie 11",
"not op_mini all"
],
"packageManager": "[email protected]"
}