-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
59
60
61
62
63
64
{
"name": "s3idx",
"sideEffects": [
"src/*.css"
],
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.5",
"@use-it/event-listener": "^0.1.7",
"aws-sdk": "^2.1043.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"react-bootstrap": "^2.0.4",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"styled-components": "^5.3.3",
"use-persisted-state": "^0.3.3",
"use-query-params": "^1.2.3",
"util": "^0.12.4"
},
"devDependencies": {
"@types/jquery": "^3.5.6",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.19",
"@types/use-persisted-state": "^0.3.0",
"bootstrap": "^5.1.3",
"bootstrap-sass": "^3.4.1",
"css-loader": "^6.5.1",
"exports-loader": "^3.1.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.5.0",
"html-webpack-tags-plugin": "^3.0.2",
"imports-loader": "^3.1.1",
"inline-chunk-html-plugin": "^1.1.1",
"mini-css-extract-plugin": "^2.4.5",
"postcss-loader": "^6.2.1",
"precss": "^4.0.0",
"process": "^0.11.10",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
},
"browser": {
"buffer": false
},
"scripts": {
"build": "NODE_ENV=production node_modules/.bin/webpack",
"deploy": "./deploy.sh",
"dev": "NODE_ENV=development node_modules/.bin/webpack --mode=development -w",
"sync": "python sync.py",
"fix-mime-type": "./fix-mime-type.sh"
}
}