-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "pernote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.6",
"@prisma/client": "^4.11.0",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"axios": "^1.1.3",
"eslint-config-airbnb": "^19.0.4",
"next": "12.2.5",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.2",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"sass": "^1.57.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/crypto-js": "^4.1.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "18.7.15",
"@types/nodemailer": "^6.4.6",
"@types/qs": "^6.9.7",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/request-promise": "^4.1.48",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"axios": "^1.1.3",
"babel-plugin-styled-components": "^2.0.7",
"bcrypt": "^5.1.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.11",
"jose": "^4.11.2",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.8.0",
"prisma": "^4.8.1",
"querystring": "^0.2.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"typescript": "4.8.2"
}
}