-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 KB
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
{
"name": "tdweb",
"version": "0.1.0",
"description": "tdweb front end",
"main": "tdweb/js/main.jsx",
"author": "yyzjason",
"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",
"webpack": ">=5.54.0",
"webpack-cli": ">=4.8.0"
},
"dependencies": {
"javascript-obfuscator": "^4.0.0",
"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"
}
}