AntimatterDimensionsSourceCode/package.json
2022-02-08 08:35:25 +03:00

32 lines
842 B
JSON

{
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && node build/post-build.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antimatter-dimensions/notations": "^2.2.0",
"break_infinity.js": "^1.3.0",
"core-js": "^3.6.5",
"gamma": "^1.0.0",
"js-sha512": "^0.8.0",
"lz-string": "^1.4.4",
"mousetrap": "^1.6.5",
"pako": "^2.0.4",
"tween.js": "^16.6.0",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "^5.0.0-rc.0",
"@vue/cli-plugin-eslint": "^5.0.0-rc.0",
"@vue/cli-service": "^5.0.0-rc.0",
"eslint": "^7.20.0",
"eslint-plugin-vue": "^8.0.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.64.0"
}
}