-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 960 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
{
"name": "dll-gpt-3",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/neilsong/dll-gpt-3.git",
"author": "ASR-X",
"license": "MIT",
"dependencies": {
"css-loader": "^5.2.2",
"file-loader": "^6.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stream-chat": "^3.7.0",
"stream-chat-react": "^5.1.7",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"scripts": {
"start": "webpack serve --mode=development --port=4000",
"build": "webpack --mode=production",
"deploy": "aws s3 sync dist/ s3://asr-x-dll-gpt-3/ --acl public-read"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"webpack-dev-server": "^3.11.2"
}
}