-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development mix",
"watch": "cross-env NO_ADMIN=1 mix watch",
"watch-all": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"build": "npm run production",
"prod-no-admin": "cross-env NO_ADMIN=1 npm run production",
"production": "cross-env NODE_ENV=production mix --production"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"babel-core": "^6.26.3",
"cross-env": "^5.1",
"imports-loader": "^1.2.0",
"laravel-mix": "^6.0.49",
"laravel-mix-purgecss": "^6.0.0",
"laravel-mix-tailwind": "^0.1.2",
"postcss": "^8.4.21",
"postcss-import": "^13.0.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.30.0",
"sass-loader": "7.*",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.10",
"webpack": "5.100.2"
},
"dependencies": {
"@coreui/coreui": "2.1.16",
"@coreui/icons": "0.3.0",
"@tailwindcss/forms": "^0.2.1",
"axios": "^0.21.4",
"bootstrap": "^4.0.0",
"codemirror": "5.65.19",
"craftable": "^2.1.3",
"dayjs": "^1.11.13",
"echarts": "^5.4.2",
"flatpickr": "3.1.5",
"lodash": "^4.17.13",
"medium-editor": "^5.23.3",
"simple-line-icons": "2.4.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1",
"vee-validate": "2.2.15",
"vue": "^2.5.17",
"vue-codemirror": "^4.0.6",
"vue-cookie": "1.1.4",
"vue-element-loading": "^1.1.5",
"vue-flatpickr-component": "2.4.1",
"vue-js-modal": "^2.0.1",
"vue-lunar-full-calendar": "^1.3.2",
"vue-multiselect": "2.1.9",
"vue-notification": "^1.3.20",
"vue-select": "^3.11.2"
},
"engines": {
"node": ">=18.0.0"
}
}