-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
37 lines (37 loc) · 1.04 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
{
"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": {
"autoprefixer": "^10.2.5",
"autosize": "^4.0.2",
"axios": "^0.21.2",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.2.2",
"laravel-mix": "^6.0.49",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"moment": "^2.29.4",
"postcss": "^8.4.20",
"postcss-import": "^12.0.1",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"tailwindcss": "^2.0.3",
"vue": "^2.6.12",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.6.11"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 4,
"printWidth": 80
}
}