-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"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": {
"@vue/test-utils": "^1.1.1",
"axios": "^1.6.8",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"expect": "^26.6.2",
"jquery": "^3.2",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"resolve-url-loader": "^5.0.0",
"sass": "^1.20.1",
"sass-loader": "^8.0.2",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"algoliasearch": "^4.23.3",
"at.js": "^1.5.4",
"graceful-fs": "^4.2.4",
"jquery.caret": "^0.3.1",
"laravel-mix": "^6.0.49",
"moment": "^2.24.0",
"stack-utils": "^2.0.3",
"trix": "^1.2.3",
"v-tooltip": "^2.0.3",
"vue-instantsearch": "^4.15.0"
}
}