-
-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "dante-next-tiptap",
"version": "0.1.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"deploy": "vercel --prod",
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dante3:build": "npm run build --workspace=dante3",
"dante2:build": "npm run build --workspace=Dante2",
"dante3:publish": "npm run publish --workspace=dante3"
},
"dependencies": {
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@mdx-js/react": "^2.3.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "10.4.14",
"axios": "^1.3.5",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"gray-matter": "^4.0.3",
"next": "13.3.0",
"next-mdx-remote": "^1.0.0",
"postcss": "8.4.21",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-live": "^4.0.0",
"react-powerplug": "^1.0.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}
}