-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "anime-bingo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.2.5",
"@mantine/form": "^5.2.5",
"@mantine/hooks": "^5.2.5",
"@mantine/next": "^5.2.5",
"@types/react-beautiful-dnd": "^13.1.2",
"axios": "^0.27.2",
"dom-to-image": "^2.6.0",
"next": "^12.2.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"tabler-icons-react": "^1.48.1"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@types/node": "17.0.40",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"cz-emoji-conventional": "1.0.1",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji-conventional"
}
}
}