-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.57 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
{
"name": "@discord-dashboard/base-theme",
"version": "0.0.0-beta-20240630163739",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"scripts": {
"dev": "next dev",
"git:to:main": "git add . && git commit -m 'Automated commit (from package.json)' && git push origin main",
"build": "rm -rf dist && tsc && npx babel src --out-dir dist --extensions \\\".js,.jsx,.ts,.tsx\\\" --config-file ./babel.config.pkg.json",
"next:build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blocks/react": "^0.0.63",
"@craftjs/core": "^0.2.8",
"@documint/grapesjs-grid-system": "^0.0.57",
"@fastify/express": "^3.0.0",
"@grapesjs/react": "^1.0.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@mdx-js/react": "^3.0.1",
"blocks-ui": "^0.0.78",
"fastify": "^4.28.1",
"grapesjs": "^0.21.12",
"grapesjs-blocks-flexbox": "^1.0.1",
"grapesjs-component-code-editor": "^1.0.20",
"grapesjs-custom-code": "^1.0.2",
"grapesjs-plugin-toolbox": "^1.0.15",
"grapesjs-script-editor": "^1.0.3",
"grapesjs-tailwind": "^1.0.11",
"next": "14.2.5",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dom": "^18.3.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.7.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}