-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "reactron",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon --ignore userInfo server.js",
"build": "webpack",
"test": "jest --verbose"
},
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.14.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"css-loader": "^5.2.4",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"jest": "^26.6.3",
"jest-css-modules": "^2.1.0",
"js-cookie": "^2.2.1",
"node-sass": "^6.0.0",
"nodemon": "^2.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-test-renderer": "^17.0.2",
"react-tree-graph": "^6.0.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"supertest": "^6.1.3",
"url-loader": "^4.1.1",
"web-vitals": "^1.0.1",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.14.2",
"@types/react": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
}
}