mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
27 lines
712 B
JSON
27 lines
712 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",
|
|
"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"
|
|
}
|
|
}
|