-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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": "react-app-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "webpack serve",
"build": "NODE_ENV=production webpack --mode=production",
"test": "jest"
},
"devDependencies": {
"@babel/core": "7.17.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.6",
"clean-webpack-plugin": "^4.0.0",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "5.5.0",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"prettier": "^2.5.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {},
"browserslist": [
"defaults"
]
}