-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.63 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
65
{
"name": "agfusionweb",
"version": "1.0.3",
"repository": {
"url": "https://github.com/murphycj/agfusionweb-react"
},
"dependencies": {
"antd": "^4.23.6",
"aws-sdk": "^2.533.0",
"file-saver": "^2.0.5",
"fs": "0.0.1-security",
"jszip": "^3.10.1",
"konva": "^8.3.13",
"react": "^18.2.0",
"react-color": "^2.17.3",
"react-dom": "^18.2.0",
"react-konva": "^18.2.3",
"react-scripts": "^5.0.1",
"rollbar": "^2.14.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "aws s3 rm s3://agfusionweb/ --recursive && aws s3 sync build/ s3://agfusionweb",
"prepare": "husky install"
},
"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-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.16.5",
"@babel/runtime": "^7.16.5",
"babel-loader": "8.1.0",
"babel-plugin-import": "^1.13.3",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"node-sass": "^7.0.3",
"prettier": "2.7.1",
"rollbar-sourcemap-webpack-plugin": "^3.3.0",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"lint-staged": {
"*.{js,jsx,css,md}": "prettier --write"
}
}