-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.38 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
{
"private": true,
"scripts": {
"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"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.24.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"alpinejs": "^3.14.1",
"autoprefixer": "10.4.19",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.4"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"browser-sync": "^2.26.2",
"choices.js": "^10.2.0",
"echarts": "^5.6.0",
"echarts-gl": "^2.0.9",
"filepond": "^4.31.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-preview": "^4.6.12",
"quill": "^2.0.2",
"quill-delta-to-html": "^0.12.1",
"sortablejs": "^1.15.2",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5"
}
}