-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 1.9 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "videonote",
"version": "0.1.0",
"author": {
"name": "josh mu",
"email": "[email protected]",
"url": "https://joshmu.dev"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "next build && next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"plop": "plop"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"date-fns": "^2.28.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.2.1",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.1.7",
"nanoid": "^3.2.0",
"next": "^12.0.8",
"next-absolute-url": "^1.2.2",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-player": "^2.9.0",
"react-scroll": "^1.8.4",
"universal-cookie": "^4.0.4",
"validator": "^13.7.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/file-saver": "^2.0.5",
"@types/jest-axe": "^3.5.3",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.178",
"@types/mongoose": "^5.11.96",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-scroll": "^1.8.3",
"@types/validator": "^13.7.1",
"autoprefixer": "^10.4.2",
"identity-obj-proxy": "^3.0.0",
"jest-axe": "^5.0.1",
"plop": "^3.0.5",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.2.3",
"sass": "^1.49.0",
"tailwindcss": "^3.0.15",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^4.5.5"
},
"keywords": [
"videonote",
"josh mu",
"todo",
"video",
"react",
"nextjs"
],
"license": "MIT"
}