-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "openpolaris",
"author": {
"name": "Nam Nguyen",
"email": "[email protected]",
"url": "https://namnguyen.design"
},
"license": "MIT",
"scripts": {
"dev": "vite --host",
"format": "prettier -w --cache .",
"build": "pnpm typecheck && vite build",
"typecheck": "tsc",
"live": "pnpm build && netlify deploy --prod",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@netlify/blobs": "^8.1.0",
"@netlify/edge-functions": "^2.11.0",
"@netlify/functions": "^2.8.2",
"@shopify/polaris": "^13.9.0",
"@shopify/polaris-icons": "^9.3.0",
"@shopify/polaris-tokens": "^9.4.0",
"@stackblitz/sdk": "^1.11.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/shortid": "^0.0.32",
"@vitejs/plugin-react-swc": "^3.7.1",
"classnames": "^2.5.1",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"lz-string": "^1.5.0",
"nanoid": "^5.0.7",
"netlify-cli": "^17.37.1",
"prettier": "3.2.5",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-split-pane": "^0.1.92",
"react-use": "^17.5.1",
"shortid": "^2.2.16",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"zustand": "^5.0.0"
}
}