-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "stacks",
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@mantine/core": "7.11.1",
"@mantine/form": "7.11.1",
"@mantine/hooks": "7.11.1",
"@mantine/notifications": "7.11.1",
"@tabler/icons-react": "3.10.0",
"axios": "1.7.2",
"date-fns": "3.6.0",
"emoji-picker-react": "4.11.1",
"framer-motion": "11.3.2",
"lucide-react": "^0.548.0",
"mastodon-api": "1.3.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"uuid": "10.0.0"
},
"devDependencies": {
"@faker-js/faker": "8.4.1",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "8.4.38",
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.5.2"
}
}