-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1.06 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
{
"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": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@popperjs/core": "^2.11.0",
"axios": "^0.24.0",
"chart.js": "^3.7.0",
"chartjs-adapter-moment": "^1.0.0",
"cross-env": "^7.0.3",
"diceware-generator": "^3.0.1",
"diceware-wordlist-en-eff": "^1.0.1",
"fuse.js": "^6.5.3",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"postcss": "^8.4.5",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"tailwindcss": "^0.6.1",
"v-tooltip": "^2.1.3",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-select": "^3.16.0",
"vue-template-compiler": "^2.6.14"
}
}