-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.86 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2",
"axios": "^0.19.2",
"cross-env": "^7.0",
"laravel-mix": "^5.0.1",
"laravel-mix-purgecss": "^5.0.0",
"laravel-mix-tailwind": "^0.1.0",
"lodash": "^4.17.13",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"tailwindcss": "^1.4",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@tailwindcss/ui": "^0.3.0",
"@websanova/vue-auth": "^3.2.0-beta",
"entypo": "^2.1.0",
"feather-icons": "^4.28.0",
"moments": "^0.0.2",
"tailwindcss": "^1.4.4",
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
"vue-clickaway": "^2.2.2",
"vue-feather-icons": "^5.0.0",
"vue-google-login": "^2.0.3",
"vue-js-modal": "^2.0.0-rc.3",
"vue-loading-overlay": "^3.3.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.2.0",
"vue-truncate-filter": "^1.1.7",
"vue2-slideout-panel": "^2.12.0"
}
}