-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 2.77 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
56
57
58
59
60
61
{
"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",
"lint": "eslint --ext .js,.vue resources/js/",
"build-season-manager": "cd nova-components/SeasonManager && npm run dev",
"build-season-manager-prod": "cd nova-components/SeasonManager && npm run prod",
"build-stats-manager": "cd nova-components/StatsManager && npm run dev",
"build-stats-manager-prod": "cd nova-components/StatsManager && npm run prod"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"axios": "^0.21",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"glob-all": "^3.1.0",
"jquery": "^3.5",
"laravel-mix": "^5.0.1",
"laravel-mix-purgecss": "^5.0.0-rc.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.21",
"popper.js": "^1.12",
"purgecss-webpack-plugin": "^2.0.6",
"resolve-url-loader": "^2.3.1",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.46.0"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/pro-duotone-svg-icons": "^5.14.0",
"@fortawesome/pro-light-svg-icons": "^5.14.0",
"@fortawesome/pro-regular-svg-icons": "^5.14.0",
"@fortawesome/pro-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"chart.js": "^2.9.3",
"less": "^3.11.1",
"v-tooltip": "^2.0.3",
"vue-chartjs": "^3.5.1",
"vue-flash-message": "^0.7.2",
"vue2-touch-events": "^2.2.1",
"vuejs-smart-table": "0.0.5"
}
}