-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 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
59
{
"name": "react-app-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest "
},
"dependencies": {
"@babel/core": "^7.14.0",
"@types/enzyme": "^3.10.8",
"@types/yup": "^0.29.11",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/webpack": "^5.28.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"enzyme": "^3.11.0",
"fetch-mock-jest": "^1.5.1",
"formik": "^2.2.6",
"yup": "^0.32.9",
"jest-enzyme": "^7.1.2",
"next": "^10.2.0",
"npx": "^10.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-multi-select-component": "^4.0.1",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"sass": "^1.32.11",
"ts-jest": "^26.5.5"
},
"devDependencies": {
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.43",
"@types/react": "^17.0.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"typescript": "^4.2.4"
}
}