-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 Bytes
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
{
"name": "simplejsoncms",
"version": "1.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^0.2.2",
"bcrypt": "^5.0.0",
"ioredis": "^5.3.2",
"jsoneditor": "^5.25.0",
"lodash": "4.17.12",
"next": "^13.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.67.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/lodash": "^4.14.186",
"@types/node": "18.7.21",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"typescript": "5.1.6"
}
}