-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 2.19 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
70
{
"name": "atlasof.space",
"private": false,
"license": "Apache-2.0",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"postbuild": "vite-node scripts/sitemap.ts",
"preview": "vite preview",
"lint": "eslint '*/**/*.{ts,tsx}' --max-warnings=0 && stylelint '*/**/*.{css,scss}'",
"lint:fix": "eslint --max-warnings=0 '*/**/*.{ts,tsx}' --fix && stylelint '*/**/*.{css,scss}' --fix",
"prepare": "husky"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.33.1",
"@mantine/carousel": "^7.16.1",
"@mantine/core": "^7.14.3",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.14.3",
"@mantine/spotlight": "^7.15.2",
"@netlify/blobs": "^8.1.0",
"@netlify/functions": "^3.0.0",
"@tabler/icons-react": "^3.24.0",
"@tanstack/react-query": "^5.62.8",
"@types/ramda": "^0.30.2",
"dayjs": "^1.11.13",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"eslint-plugin-stylelint": "^0.1.1",
"linkedom": "^0.18.6",
"prettier": "^3.4.2",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1",
"stylelint": "^16.11.0",
"stylelint-prettier": "^5.0.2",
"three": "^0.171.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/three": "^0.171.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-unused-imports": "^3.2.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"netlify-cli": "^17.38.1",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier-stylelint": "^0.4.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-bundle-visualizer": "^1.2.1",
"vite-node": "^3.0.5"
}
}