Skip to content

Commit aad94ae

Browse files
committed
@nuxtjs/vuetifyをremove、vuetifyと関連ライブラリをinstall
1 parent 11eaf65 commit aad94ae

File tree

2 files changed

+575
-116
lines changed

2 files changed

+575
-116
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@nuxtjs/axios": "^5.12.2",
3232
"@nuxtjs/dotenv": "^1.4.1",
3333
"@nuxtjs/pwa": "^3.0.2",
34+
"@nuxtjs/style-resources": "^1.0.0",
3435
"@types/node": "^14.11.2",
3536
"aws-amplify": "^3.3.3",
3637
"cookieparser": "^0.1.0",
@@ -46,15 +47,16 @@
4647
"nuxt-webfontloader": "^1.1.0",
4748
"uuid": "^8.3.1",
4849
"vue-property-decorator": "^9.0.2",
50+
"vuetify": "^2.3.13",
4951
"vuex": "^3.5.1",
5052
"vuex-class-component": "^2.3.5"
5153
},
5254
"devDependencies": {
55+
"@mdi/font": "^5.6.55",
5356
"@nuxt/types": "^2.14.6",
5457
"@nuxt/typescript-build": "^2.0.3",
5558
"@nuxtjs/eslint-config-typescript": "^3.0.0",
5659
"@nuxtjs/stylelint-module": "^4.0.0",
57-
"@nuxtjs/vuetify": "^1.11.2",
5860
"@types/jest": "^26.0.14",
5961
"@vue/test-utils": "^1.1.0",
6062
"babel-core": "^6.26.3",
@@ -70,9 +72,11 @@
7072
"husky": "^4.3.0",
7173
"jest": "^26.4.2",
7274
"lint-staged": "^10.4.0",
75+
"node-sass": "^4.14.1",
7376
"nodemon": "^2.0.4",
7477
"prettier": "^2.1.2",
7578
"rimraf": "^3.0.2",
79+
"sass-loader": "^10.0.3",
7680
"stylelint": "^13.7.1",
7781
"stylelint-config-prettier": "^8.0.2",
7882
"stylelint-config-standard": "^20.0.0",

0 commit comments

Comments
 (0)