forked from jameslkingsley/ARCOMM
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.2 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"bootstrap": "5.2.0",
"dropzone": "^6.0.0-beta.2",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"jquery-ui-bundle": "^1.12.1",
"jquery.waitforimages": "^2.4.0",
"laravel-mix": "^6.0.49",
"magnific-popup": "^1.1.0",
"mdb-ui-kit": "^4.4.0",
"popper.js": "^1.16.1",
"postcss": "8.4.16",
"resolve-url-loader": "5.0.0",
"sass": "^1.54.4",
"sass-loader": "13.0.2",
"select2": "^4.1.0-rc.0",
"showdown": "^2.1.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@3.2.0"
}