-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"private": true,
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"framer-motion": "^6.4.3",
"next": "^14.1.0",
"next-auth": "^4.10.3",
"next-pwa": "^5.6.0",
"node-fetch": "^3.2.10",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.4",
"react-youtube": "^10.0.0",
"serve": "^14.2.1",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "serve out",
"test": "jest",
"lint": "next lint"
},
"devDependencies": {
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.1",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"babel-jest": "^28.1.3",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"typescript": "^4.7.4"
}
}