forked from avored/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.59 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
{
"name": "@avored/framework",
"version": "1.0.0",
"repository": "https://www.github.com/avored/framework",
"author": "Purvesh <[email protected]>",
"license": "MIT",
"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",
"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",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --https --key ~/.config/valet/Certificates/laravel-ecommerce.test.key --cert ~/.config/valet/Certificates/laravel-ecommerce.test.crt --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"avored-components": "^0.1",
"axios": "^0.19.2",
"chart.js": "^2.9.3",
"chartjs": "^0.3.24",
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.4",
"laravel-mix-alias": "^1.0.2",
"lodash": "^4.17.19",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"tailwindcss": "^1.8.10",
"vddl": "^0.7.1",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.1",
"vue-easymde": "^1.3.0",
"vue-i18n": "^8.18.2",
"vue-router": "^3.3.4",
"vue-template-compiler": "^2.6.11",
"vue-zondicons": "^0.1.10",
"vuex": "^3.5.1"
}
}