-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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": "howioncom",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"fix": "npx eslint --fix .",
"build": "next build",
"lint": "npx eslint ."
},
"dependencies": {
"@studio-freight/lenis": "^1.0.33",
"@types/node": "20.10.6",
"@types/p5": "^1.7.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/spotify-web-api-node": "^5.0.11",
"@types/uuid": "^9.0.7",
"axios": "^1.6.3",
"cheet.js": "^0.3.3",
"classnames": "^2.5.1",
"modern-normalize": "^2.0.0",
"optiscroll": "^3.2.1",
"moment": "^2.30.1",
"next": "^14.0.4",
"next-seo": "^6.4.0",
"nextjs-cors": "^2.2.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.3.0",
"prisma": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-p5": "^1.3.35",
"rooks": "^7.14.1",
"rxjs": "^7.8.1",
"sass": "^1.69.6",
"simple-icons": "^10.4.0",
"spotify-web-api-node": "^5.0.2",
"typescript": "5.3.3",
"uuid": "^9.0.1",
"xterm": "^5.3.0",
"xterm-addon-attach": "^0.9.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"postcss-calc": "^9.0.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"prettier": "^3.1.1"
},
"browserslist": [
"> 1%",
"not ie 11",
"not dead",
"not op_mini all"
]
}