-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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
{
"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",
"blueprintjs": "^0.0.8",
"core-js": "^3.40.0",
"crypto-js": "^4.1.1",
"file-saver": "^2.0.5",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"normalize.css": "^8.0.1",
"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",
"sprintf-js": "^1.1.3"
},
"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"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}