45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "animationtool",
|
|
"version": "1.0.0",
|
|
"description": "The animation tool by Scrambler",
|
|
"main": "main.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --config webpack/prod.config.js",
|
|
"start:dev": "webpack-dev-server --config webpack/dev.config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MoonsideGames/AnimationTool.git"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"bugs": {
|
|
"url": "https://github.com/MoonsideGames/AnimationTool/issues"
|
|
},
|
|
"homepage": "https://github.com/MoonsideGames/AnimationTool#readme",
|
|
"devDependencies": {
|
|
"css-loader": "^3.2.0",
|
|
"fibers": "^4.0.1",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"node-sass": "^4.12.0",
|
|
"prettier": "^1.18.2",
|
|
"sass": "^1.23.0",
|
|
"sass-loader": "^8.0.0",
|
|
"style-loader": "^1.0.0",
|
|
"ts-loader": "^6.1.2",
|
|
"tslint": "^5.20.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^3.6.3",
|
|
"webpack": "^4.41.0",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-server": "^3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/jszip": "^3.1.6",
|
|
"file-saver": "^2.0.2",
|
|
"jszip": "^3.2.2"
|
|
}
|
|
}
|