-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "cliently",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^4.0.0",
"@mantine/dates": "^4.0.0",
"@mantine/form": "^4.0.0",
"@mantine/hooks": "^4.0.4",
"@mantine/next": "^4.0.0",
"@mantine/prism": "^4.0.4",
"dayjs": "^1.10.8",
"immer": "^9.0.12",
"lodash.clonedeep": "^4.5.0",
"nanoid": "^3.3.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-split-pane": "^0.1.92",
"recoil": "^0.6.1",
"recoil-persist": "^4.0.0",
"recoil-undo": "0.0.7",
"tabler-icons-react": "^1.37.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "17.0.21",
"@types/prettier": "^2.4.4",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"prettier": "^2.6.1",
"typescript": "4.6.2"
}
}