-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 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
61
62
{
"name": "noise.cat",
"version": "0.2.0",
"author": "Joris Griffioen",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "next lint",
"tsc": "tsc",
"storybook": "start-storybook"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.1.0",
"auth0": "^4.0.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"google-auth-library": "^9.0.0",
"google-spreadsheet": "^4.1.0",
"luft": "^0.2.1",
"mongodb": "^6.1.0",
"nanoid": "^5.0.1",
"next": "^13.5.3",
"qs": "^6.11.2",
"rate-limiter-flexible": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"react-icons": "^4.11.0",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.0",
"react-modal": "^3.16.1",
"swr": "^2.2.4"
},
"devDependencies": {
"@ducanh2912/next-pwa": "^9.7.1",
"@storybook/react": "^6.4.19",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/qs": "^6.9.8",
"@types/react-modal": "^3.16.1",
"@types/react": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.4.16",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint": "^8.50.0",
"jest-environment-jsdom": "^29.7.0",
"jest": "^29.7.0",
"postcss-preset-env": "^9.1.4",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}