forked from diogocapela/flatdraw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "flatdraw",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/diogocapela/flatdraw.git"
},
"bugs": {
"url": "https://github.com/diogocapela/flatdraw/issues"
},
"homepage": "https://github.com/diogocapela/flatdraw#readme",
"author": "Diogo Capela",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.6",
"@mantine/core": "6.0.4",
"@mantine/dropzone": "6.0.4",
"@mantine/hooks": "6.0.4",
"@mantine/modals": "6.0.4",
"@mantine/next": "6.0.4",
"@mantine/notifications": "6.0.4",
"@mantine/nprogress": "6.0.4",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "1.3.4",
"canvas-txt": "3.0.0",
"eslint-config-next": "13.2.4",
"lodash": "4.17.21",
"next": "13.2.4",
"nextjs-google-analytics": "2.3.3",
"nookies": "2.5.2",
"react": "18.2.0",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-icons": "4.8.0",
"svg-path-bbox": "1.2.4",
"svgpath": "2.6.0",
"typed-helpers": "0.0.4",
"typescript": "5.0.2",
"uuid": "9.0.0",
"zustand": "4.3.6"
},
"devDependencies": {
"@types/canvas-txt": "3.0.0",
"@types/lodash": "4.14.191",
"@types/react-color": "3.0.6",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"eslint-config-prettier": "8.7.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.1",
"sitemaps": "2.0.4"
}
}