-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
{
"name": "tera-clone-lxs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@testing-library/user-event": "^14.4.2",
"@types/react-scroll": "^1.8.4",
"classnames": "^2.3.1",
"faunadb": "^4.6.0",
"framer-motion": "^6.5.1",
"graphql": "^16.5.0",
"lodash.isequal": "^4.5.0",
"next": "12.2.3",
"next-auth": "^4.10.3",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-scroll": "^1.8.7"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.11.3",
"@graphql-codegen/introspection": "2.2.0",
"@graphql-codegen/typescript": "2.7.2",
"@graphql-codegen/typescript-operations": "2.5.2",
"@graphql-codegen/typescript-react-apollo": "3.3.2",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "18.6.2",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"babel-jest": "^28.1.3",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"ts-jest": "^28.0.7",
"typescript": "4.7.4"
}
}