-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.64 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"staging": "NODE_ENV=staging WEBPACK_ENV=production mix",
"gh-pages": "WEBPACK_ENV=production NODE_ENV=gh-pages mix",
"production": "NODE_ENV=production mix --production"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"deepl-translator": "^1.2.1",
"extra-watch-webpack-plugin": "^1.0.3",
"fuse.js": "^7.0.0",
"hasbin": "^1.2.3",
"instantclick": "^3.1.0-2",
"jimp": "^1.6.0",
"js-yaml": "^4.1.0",
"laravel-mix": "^6.0.49",
"laravel-mix-jigsaw": "^2.1.1",
"laravel-mix-purgecss": "^6.0.0",
"markdown-translator": "^0.4.5",
"mathjax": "^3.2.2",
"node-cmd": "^5.0.0",
"postcss": "^8.4.47",
"postcss-css-variables": "^0.19.0",
"resolve-url-loader": "^5.0.0",
"responsive-loader": "^3.1.2",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"tailwindcss": "^3.4.11",
"tmp": "^0.2.3",
"vue": "^3.5.6",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"workbox-webpack-plugin": "^7.1.0",
"yaml": "^2.5.1",
"yargs": "^17.7.2"
},
"dependencies": {
"@inquirer/prompts": "^6.0.1",
"date-and-time": "^3.5.0"
}
}