-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 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
60
61
62
63
64
65
66
67
68
{
"name": "mugatu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --coverage --watchAll",
"cypress:open": "cypress open",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.2",
"@chakra-ui/react": "^1.0.3",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@next/bundle-analyzer": "^10.0.7",
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"firebase": "^8.2.9",
"firebase-admin": "^9.5.0",
"framer-motion": "^2.9.5",
"fuse.js": "^6.4.6",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"next": "10.0.3",
"nookies": "^2.5.2",
"react": "17.0.1",
"react-compound-slider": "^3.3.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.15.4",
"react-slick": "^0.28.0",
"slick-carousel": "^1.8.1",
"swr": "^0.4.2",
"typescript": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@cypress/code-coverage": "^3.9.2",
"@testing-library/dom": "^7.29.5",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.1",
"@types/babel-core": "^6.25.6",
"@types/babel-generator": "^6.25.3",
"@types/jest": "^26.0.20",
"@types/react-slick": "^0.23.4",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-jest": "^26.6.3",
"babel-plugin-istanbul": "^6.0.0",
"cross-env": "^7.0.3",
"cypress": "^6.5.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1"
}
}