-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "spotify-player",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"analyze": "ANALYZE=true next build",
"cy:open": "cypress open",
"cy:run:e2e": "cypress run",
"cy:run:component": "cypress run --component",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.7.3",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"apollo3-cache-persist": "^0.14.1",
"color.js": "^1.2.0",
"framer-motion": "^8.2.4",
"graphql": "^16.6.0",
"next": "13.1.1",
"react": "18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.16.4",
"@graphql-codegen/client-preset": "1.2.6",
"@graphql-codegen/introspection": "2.2.3",
"@next/bundle-analyzer": "^13.1.2",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"cypress": "^12.3.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}