klondike
Version:
npm guide for beginner
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "klondike",
"version": "1.0.9",
"description": "npm guide for beginner",
"main": "index.js",
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.options": {
"configFile": ".eslintrc.json"
},
"scripts": {
"start:dev": "webpack-dev-server",
"start": "webpack-dev-server --history-api-fallback --inline --progress"
},
"keywords": [
"klondike"
],
"author": "inch-full-stack",
"license": "ISC",
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
"createjs": "^1.0.1",
"createjs-module": "^0.8.3",
"express": "^4.17.1",
"gsap": "^3.2.6",
"lodash": "^4.17.15",
"pixi-layers": "^0.2.3",
"pixi-sound": "^3.0.4",
"pixi-tween": "^0.2.0",
"pixi.js": "^5.2.1"
},
"publishConfig": {
},
"devDependencies": {
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"html-webpack-plugin": "^4.0.4",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"repository": {
},
"bugs": {
}
}