-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.45 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
{
"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",
"prod": "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"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"axios": "^0.19",
"bootstrap": "^4.0.0",
"craftable": "^2.1.3",
"echarts": "^5.4.2",
"lodash": "^4.17.13",
"medium-editor": "^5.23.3",
"simple-line-icons": "2.4.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1",
"vue": "^2.5.17",
"vue-codemirror": "^4.0.6",
"vue-element-loading": "^1.1.5",
"vue-lunar-full-calendar": "^1.3.2",
"vue-notification": "^1.3.20",
"vue-select": "^3.11.2"
},
"engines": {
"node": ">=18.0.0"
}
}