-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 863 Bytes
/
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
{
"name": "bred",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --use-tabs true --single-quote true \"**/*.{js,jsx,json,css,tsx}\""
},
"dependencies": {
"@babel/core": "^7.22.5",
"@types/websocket": "^1.0.5",
"critters": "^0.0.19",
"lucide-react": "^0.256.0",
"next": "13.4.7",
"next-pwa": "^5.6.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-smooth-collapse": "^2.1.2",
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/react": "18.2.14",
"@types/ws": "^8.5.5",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"typescript": "5.1.5",
"webpack": "^5.88.1"
}
}