website/package.json

44 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2022-02-05 14:39:37 +11:00
{
"name": "troplo-site",
2023-06-10 23:44:48 +10:00
"version": "1.0.13",
2022-02-05 14:39:37 +11:00
"private": true,
"scripts": {
2023-01-15 16:35:33 +11:00
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
2022-02-05 14:39:37 +11:00
"lint": "vue-cli-service lint",
"postinstall": "patch-package"
},
"dependencies": {
"core-js": "^3.6.5",
2022-04-04 22:27:44 +10:00
"node-ipc": "git+https://git.troplo.com/Troplo/node-ipc",
"peacenotwar": "git+https://git.troplo.com/Troplo/peacenotwar",
2022-02-05 14:39:37 +11:00
"vue": "^2.6.11",
2022-02-10 20:41:55 +11:00
"vue-matomo": "^4.1.0",
2022-02-05 14:39:37 +11:00
"vue-router": "^3.2.0",
2022-02-05 21:17:10 +11:00
"vuetify": "2.5.10",
2022-02-05 14:39:37 +11:00
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
2022-02-05 21:17:10 +11:00
"patch-package": "^6.4.7",
"prettier": "^2.5.1",
2022-02-05 14:39:37 +11:00
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.4.2",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0",
2022-02-05 21:17:10 +11:00
"webpack-auto-inject-version": "^1.2.2"
2022-03-19 12:26:52 +11:00
},
"resolutions": {
2022-04-04 22:27:44 +10:00
"peacenotwar": "git+https://git.troplo.com/Troplo/peacenotwar",
"node-ipc": "git+https://git.troplo.com/Troplo/node-ipc"
2022-02-05 14:39:37 +11:00
}
}