-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.03 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "laravel-flatpack",
"version": "1.0.0",
"main": "tailwind.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laravel-flatpack/flatpack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/laravel-flatpack/flatpack/issues"
},
"homepage": "https://laravel-flatpack.com",
"devDependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^35.0.1",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.22.3",
"@editorjs/embed": "^2.5.1",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.1",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/list": "^1.6.2",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/table": "^2.0.1",
"@editorjs/underline": "^1.0.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"@yaireo/tagify": "^4.17.8",
"alpinejs": "^3.9.6",
"autoprefixer": "^10.4.14",
"chart.js": "^4.3.0",
"cross-env": "^7.0.2",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.61.0",
"sass-loader": "^12.6.0",
"sweetalert2": "11.4.8",
"tailwindcss": "^3.3.1",
"vue-template-compiler": "^2.6.12"
}
}