-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 855 Bytes
/
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
{
"main": "webpack.mix.js",
"private": true,
"engines": {
"node": "14.x"
},
"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",
"heroku-postbuild": "npm run production"
},
"devDependencies": {
"laravel-mix": "^6.0.31",
"resolve-url-loader": "^4.0.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0"
},
"dependencies": {
"axios": "^0.21.2",
"bootbox": "^4.4.0",
"bootstrap-sass": "^3.4.1",
"bootstrap-social": "^5.1.1",
"cross-env": "^5.1",
"jquery": "^3.4.1",
"jquery-steps": "^1.1.0",
"jquery-validation": "^1.19.0",
"raphael": "^2.2.8",
"underscore": "^1.9.1"
}
}