-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 924 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
{
"name": "chess-lyrics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build && npx prisma generate",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.13.14",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@prisma/client": "2.20.1",
"autoprefixer": "^10.2.5",
"dayjs": "^1.10.4",
"final-form": "^4.20.2",
"gray-matter": "^4.0.2",
"next": "10.0.9",
"postcss": "^8.2.8",
"prisma": "2.20.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-final-form": "^6.5.3",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
}
}