|
9 | 9 | "start": "cross-env NODE_ENV=development webpack serve --hot",
|
10 | 10 | "start:local": "cross-env NODE_ENV=development LOCAL=true webpack serve --hot",
|
11 | 11 | "start:static": "npm run build && http-server ./dist",
|
12 |
| - "build": "cross-env NODE_ENV=production webpack --progress --performance", |
13 |
| - "build:gh-pages": "cross-env NODE_ENV=production PUBLIC_PATH=bruga-music webpack --progress --performance", |
14 |
| - "build:analyzer": "cross-env NODE_ENV=production ANALYZER=true webpack --progress --performance", |
| 12 | + "build": "cross-env NODE_ENV=production webpack --progress", |
| 13 | + "build:gh-pages": "cross-env NODE_ENV=production PUBLIC_PATH=bruga-music webpack --progress", |
| 14 | + "build:analyzer": "cross-env NODE_ENV=production ANALYZER=true webpack --progress", |
15 | 15 | "lint": "npm run lint:eslint && npm run lint:stylelint",
|
16 | 16 | "lint:eslint": "eslint babel.config.js webpack.config.js src/**/*.{js,vue}",
|
17 | 17 | "lint:eslint:fix": "eslint babel.config.js webpack.config.js src/**/*.{js,vue} --fix",
|
|
28 | 28 | "vue-router": "^3.5.2",
|
29 | 29 | "vuex": "^3.6.2",
|
30 | 30 | "vue-async-computed": "^3.9.0",
|
31 |
| - "nanoid": "^3.1.24", |
| 31 | + "nanoid": "^3.1.25", |
32 | 32 | "format-duration": "^1.4.0",
|
33 | 33 | "@fortawesome/fontawesome-free": "^5.15.4",
|
34 | 34 | "unfetch": "^4.2.0",
|
|
58 | 58 | "file-loader": "^6.2.0",
|
59 | 59 | "html-loader": "^2.1.2",
|
60 | 60 | "html-webpack-plugin": "^5.3.2",
|
| 61 | + "http-server": "^13.0.0", |
61 | 62 | "less": "^4.1.1",
|
62 | 63 | "less-loader": "^10.0.1",
|
63 | 64 | "mini-css-extract-plugin": "^2.2.0",
|
|
72 | 73 | "stylelint-selector-bem-pattern": "^2.1.1",
|
73 | 74 | "stylelint-selector-no-empty": "^1.0.8",
|
74 | 75 | "stylelint-selector-tag-no-without-class": "^2.0.4",
|
75 |
| - "stylelint-use-nesting": "^3.0.0", |
76 | 76 | "vue-eslint-parser": "^7.10.0",
|
77 | 77 | "vue-loader": "^15.9.8",
|
78 | 78 | "vue-template-compiler": "^2.6.14",
|
|
0 commit comments