-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "gpt-bat",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@blueprintjs/core": "^3.50.2",
"@dqbd/tiktoken": "^1.0.2",
"api2d": "^0.1.5",
"axios": "^0.21.4",
"crypto-js": "^4.1.1",
"file-saver": "^2.0.5",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"react": "^17.0.2",
"react-document-title": "^2.0.3",
"react-dom": "^17.0.2",
"react-dropzone": "10.1.8",
"react-file-reader": "^1.1.4",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-select": "^5.7.1"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider react-app-rewired start ",
"build": "NODE_OPTIONS=--openssl-legacy-provider GENERATE_SOURCEMAP=false 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"
]
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"clipboard-cli": "^2.0.0",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.1.8",
"sass": "^1.42.1"
}
}