-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "acc",
"version": "0.1.0",
"description": "amazon campaign creator front end",
"main": "acc/js/main.jsx",
"author": "yhuo",
"license": "MIT",
"repository": {},
"devDependencies": {
"@babel/core": ">=7.17.0",
"@babel/eslint-parser": ">=7.17.0",
"@babel/plugin-transform-runtime": ">=7.17.0",
"@babel/preset-env": ">=7.16.11",
"@babel/preset-react": ">=7.16.7",
"@babel/runtime": ">=7.17.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-loader": ">=8.2.3",
"eslint": "^8.9.0",
"eslint-config-airbnb": ">=19.0.4",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": ">=2.25.4",
"eslint-plugin-jsx-a11y": ">=6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": ">=4.3.0",
"webpack": "^4.41.5",
"webpack-cli": ">=4.9.2"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.4",
"moment": ">=2.29.1",
"prop-types": ">=15.8.1",
"react": ">=18.1.0",
"react-dom": ">=17.0.2",
"react-infinite-scroll-component": ">=6.1.0",
"reactjs-popup": "^2.0.5"
},
"engines": {
"node": ">=8.0.0"
}
}