-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "nacer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "3.5.5",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "1.0.5",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@react-spring/web": "9.4.4",
"@vercel/fetch": "^6.1.1",
"autoprefixer": "^10.4.4",
"body-scroll-lock": "4.0.0-beta.0",
"classnames": "2.3.1",
"cookies": "0.8.0",
"email-validator": "2.0.4",
"graphql-request": "3.6.1",
"js-cookie": "3.0.1",
"keen-slider": "6.6.2",
"lodash.groupby": "4.6.0",
"lodash.random": "3.2.0",
"lodash.throttle": "4.1.1",
"next": "12.0.4",
"postcss": "^8.4.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-marquee": "1.2.1",
"react-merge-refs": "1.1.0",
"react-use-measure": "2.0.4",
"tabbable": "5.2.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@graphql-codegen/cli": "2.3.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-operations": "2.2.1",
"@graphql-codegen/typescript-react-apollo": "3.2.2",
"@graphql-codegen/typescript-resolvers": "2.4.2",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/js-cookie": "^3.0.1",
"@types/lodash.random": "^3.2.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "16.11.9",
"@types/react": "17.0.36",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"graphql": "^15.7.2",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-nesting": "10.0.2",
"postcss-preset-env": "7.0.1",
"typescript": "4.5.2"
}
}