-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 911 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
37
{
"name": "music.cerdenia.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"framer-motion": "^7.2.0",
"lodash.throttle": "^4.1.1",
"next": "^12.2.5",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@iconify/react": "^3.1.4",
"@iconify/types": "^1.0.12",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^16.7.8",
"@types/react": "^17.0.19",
"@types/react-bootstrap": "^0.32.26",
"eslint": "^8.22.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"typescript": "^4.4.2"
},
"engines": {
"node": ">=18.0.0"
}
}