-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.95 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
{
"name": "paperplane",
"main": "server/index.js",
"version": "2.0.0",
"scripts": {
"dev": "NODE_ENV=development nodemon .",
"dev:web": "next dev",
"build": "next build",
"start": "node .",
"lint": "next lint",
"prisma:generate": "prisma generate",
"prisma:install": "prisma db push",
"prepare": "husky install"
},
"dependencies": {
"@daangamesdg/logger": "^1.1.0",
"@prisma/client": "^3.9.2",
"@tippyjs/react": "^4.2.6",
"axios": "^0.26.0",
"body-parser": "^1.19.1",
"copy-to-clipboard": "^3.3.1",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-rate-limit": "^6.2.1",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"framer-motion": "^6.2.6",
"mime-types": "^2.1.34",
"minisearch": "^4.0.2",
"moment": "^2.29.1",
"multer": "^1.4.4",
"nanoid": "^3.3.0",
"next": "12.1.0",
"prompts": "^2.4.2",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-dropzone": "^12.0.4",
"react-notifications-component": "3.1.0",
"react-select": "^5.2.2",
"react-spinners": "^0.11.0",
"react-switch": "^6.0.0",
"sass": "^1.49.7",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-angular": "^16.2.1",
"@sapphire/eslint-config": "^4.2.1",
"@sapphire/prettier-config": "^1.3.0",
"@sapphire/ts-config": "3.2.0",
"@types/file-saver": "^2.0.5",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "17.0.1",
"@types/react": "17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-notifications-component": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"nodemon": "^2.0.15",
"prisma": "^3.9.2",
"typescript": "4.5.5"
},
"packageManager": "[email protected]"
}