-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "with-mysql",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"migrate": "node scripts/migrate-db.js"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"algoliasearch": "^4.8.6",
"bad-words": "^3.0.4",
"bcryptjs": "^2.4.3",
"clsx": "^1.1.1",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-gravatar": "^2.6.3",
"react-loading-skeleton": "^2.1.1",
"serverless-mysql": "^1.5.4",
"swr": "^0.3.9"
},
"devDependencies": {
"@types/cookie": "^0.4.0",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.14.6",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.55",
"@types/uuid": "^8.3.0",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.7.4",
"typescript": "^4.0.5"
},
"license": "MIT"
}