Initial commit - CMS Gov Bapenda Garut dengan EditorJS
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "bapenda.garutkab",
|
||||
"version": "1.0.0",
|
||||
"description": "## What is CodeIgniter?",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build:css": "npx tailwindcss -i ./assets/css/input.css -o ./public/assets/css/app.css --minify",
|
||||
"watch:css": "npx tailwindcss -i ./assets/css/input.css -o ./public/assets/css/app.css --watch",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
"autoprefixer": "^10.4.23",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"vite": "^4.5.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-build-classic": "^44.3.0",
|
||||
"@editorjs/code": "^2.9.4",
|
||||
"@editorjs/delimiter": "^1.4.2",
|
||||
"@editorjs/editorjs": "^2.31.0",
|
||||
"@editorjs/header": "^2.8.8",
|
||||
"@editorjs/image": "^2.10.3",
|
||||
"@editorjs/link": "^2.6.2",
|
||||
"@editorjs/list": "^2.0.9",
|
||||
"@editorjs/quote": "^2.7.6",
|
||||
"@editorjs/table": "^2.4.5",
|
||||
"ckeditor5": "^47.3.0",
|
||||
"tinymce": "^8.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user