You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
{
|
|
"name": "osmos",
|
|
"version": "2.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"dev": "vue-cli-service serve --open"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"css-doodle": "^0.12.0",
|
|
"lodash": "^4.17.21",
|
|
"mousetrap": "^1.6.5",
|
|
"nody-greeter-types": "^1.0.7",
|
|
"nouislider": "^14.6.3",
|
|
"parallax-js": "^3.1.0",
|
|
"vue": "^2.6.12",
|
|
"vue-color": "^2.8.1",
|
|
"vue-i18n": "^8.22.2",
|
|
"vue-router": "^3.2.0",
|
|
"vuex": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-module-imports": "^7.16.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/mousetrap": "^1.6.9",
|
|
"@types/node": "14.10.0",
|
|
"@typescript-eslint/eslint-plugin": "3.3.0",
|
|
"@typescript-eslint/parser": "3.10.1",
|
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.1.4",
|
|
"@vue/eslint-config-airbnb": "^5.0.2",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"babel-plugin-transform-vue-jsx": "3.3.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"husky": "^4.2.5",
|
|
"lint-staged": "^10.2.2",
|
|
"prettier": "^1.19.1",
|
|
"stylus": "^0.54.8",
|
|
"stylus-loader": "^3.0.2",
|
|
"typescript": "^4.5.4",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-property-decorator": "^8.4.2",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuex-module-decorators": "^0.17.0",
|
|
"webpack-glsl-loader": "^1.0.1"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,vue}": [
|
|
"eslint --quiet"
|
|
],
|
|
"*.{js,jsx,vue,ts,tsx}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|