forked from Workintech/FSWeb-S9G4-Testing-Web-Apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "fsweb-s9g4-testing-web-apps",
"version": "0.0.1",
"scripts": {
"start": "npm run dev",
"dev": "fkill :3000 -s && npm run frontend",
"frontend": "webpack serve --open",
"test": "cross-env NODE_ENV=testing jest --watchAll --verbose --forceExit"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/plugin-transform-react-jsx": "7.17.3",
"@babel/plugin-transform-runtime": "7.17.0",
"@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",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.6",
"concurrently": "7.0.0",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"eslint": "8.10.0",
"eslint-plugin-react": "7.29.3",
"fkill-cli": "7.1.0",
"html-loader": "3.1.0",
"html-webpack-plugin": "5.5.0",
"jest": "27.5.1",
"msw": "0.39.1",
"webpack": "5.70.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"recharts": "2.1.9",
"style-loader": "3.3.1",
"styled-components": "5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Workintech/FSWeb-S9G4-testing-web-apps.git"
}
}