-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "halah",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@jest/globals": "^26.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.21.1",
"formik": "^2.1.4",
"jest-cli": "^25.1.0",
"jest-localstorage-mock": "^2.4.0",
"next": "9.4.1",
"node-sass": "^4.14.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-test-renderer": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@svgr/webpack": "^5.4.0",
"babel-jest": "^26.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^8.0.1",
"jest-canvas-mock": "^2.2.0",
"jest-extended": "^0.11.5",
"jest-fetch-mock": "^3.0.1",
"jest-junit": "^10.0.0",
"@testing-library/react-hooks": "^3.2.1",
"jest": "^26.0.1"
}
}