-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "polaris-components",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": {
"name": "RAAbbott",
"url": "https://www.x.com/devwithalex"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@shopify/polaris": "^13.4.0",
"@shopify/polaris-icons": "^9.1.0",
"@shopify/polaris-viz": "^14.4.0",
"@types/node": "20.4.9",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"jsx-to-string": "^1.4.0",
"mixpanel-browser": "^2.48.1",
"next": "^13.4.13",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-code-blocks": "^0.1.3",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-live": "^4.1.5",
"react-quill": "^2.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}