-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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
{
"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": {
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.1.0",
"axios": "^0.21.4",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.37.0",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.0.2"
},
"dependencies": {
"bootstrap-sass": "3.4.1",
"dropzone": "^5.9.2",
"featherlight": "^1.7.14",
"jqtree": "^1.6.1",
"jquery": "^3.6.0",
"jquery-resizable": "^1.0.6",
"jquery-ui": "^1.13.0",
"node-sass": "^6.0.1",
"nth-check": "^2.0.1",
"object-path": "^0.11.8",
"path-parse": "^1.0.7",
"selectize": "^0.12.6",
"simplemde": "^1.11.2",
"snackbar": "^1.1.0",
"url-parse": "^1.5.4",
"v-calendar": "^2.3.2",
"vue": "^2.6.14",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
}
}