forked from nagi1/elpms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 2.17 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
52
53
54
55
{
"private": true,
"scripts": {
"dev": "yarn 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": "yarn run development --watch",
"watch-poll": "yarn 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": "yarn 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.1",
"axios": "^0.19",
"cross-env": "^7.0",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.13",
"resolve-url-loader": "^3.1.1",
"sass": "^1.15.2",
"sass-loader": "^8.0.0"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@inertiajs/inertia": "^0.1.7",
"@inertiajs/inertia-vue": "^0.1.2",
"hill-chart": "^1.1.0",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"pusher-js": "^6.0.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-vue": "^0.10.1",
"simple-vue-validator": "^0.16.0",
"tailwindcss": "^1.3.4",
"timesolver": "^1.2.0",
"v-emoji-picker": "^2.1.8",
"vue": "^2.6.11",
"vue-clickaway": "^2.2.2",
"vue-confirm-dialog": "^1.0.2",
"vue-emoji-picker": "^1.0.1",
"vue-meta": "^2.3.3",
"vue-pie-chart": "^1.1.0",
"vue-resize": "^0.5.0",
"vue-select": "^3.10.2",
"vue-simple-calendar": "^4.4.0",
"vue-swatches": "^2.0.3",
"vue-tailwind-modal": "^0.0.7",
"vue-template-compiler": "^2.6.11",
"vue-textarea-autosize": "^1.1.1",
"vue2-datepicker": "^3.5.0",
"vue2-transitions": "^0.3.0",
"vuedraggable": "^2.23.2"
}
}