-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "newCharlaBots",
"version": "0.1.0",
"description": "newCharlaBots front end",
"main": "newCharlaBots/js/main.jsx",
"scripts": {
"test": "jest"
},
"author": "aban",
"license": "MIT",
"repository": {},
"devDependencies": {
"@babel/core": ">=7.15.5",
"@babel/preset-env": ">=7.15.6",
"@babel/preset-react": ">=7.14.5",
"babel-eslint": ">=10.1.0",
"babel-loader": ">=8.2.2",
"eslint": ">=7.32.0",
"eslint-config-airbnb": ">=18.2.1",
"eslint-plugin-import": ">=2.24.2",
"eslint-plugin-jsx-a11y": ">=6.4.1",
"eslint-plugin-react": ">=7.26.0",
"eslint-plugin-react-hooks": ">=4.2.0",
"jest": "^29.3.1",
"webpack": ">=5.54.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"caniuse-lite": "^1.0.30001431",
"moment": ">=2.29.1",
"prop-types": ">=15.7.2",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-infinite-scroll-component": ">=6.1.0"
},
"engines": {
"node": ">=8.0.0"
}
}