-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "figuritas-next",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"next": "12.3.1"
},
"devDependencies": {
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.4.2",
"@mantine/dates": "^5.4.2",
"@mantine/hooks": "^5.4.2",
"@splitbee/web": "^0.3.0",
"@tabler/icons": "^1.101.0",
"@types/downloadjs": "^1.4.3",
"@types/lodash.chunk": "^4.2.7",
"@types/multer": "^1.4.7",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"dayjs": "^1.11.5",
"downloadjs": "^1.4.7",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"filenamify": "^5.1.1",
"lodash.chunk": "^4.2.0",
"multer": "^1.4.5-lts.1",
"next-connect": "^0.13.0",
"puppeteer": "^19.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
}
}