76 lines
2.6 KiB
JSON
76 lines
2.6 KiB
JSON
{
|
|
"name": "my_spells",
|
|
"version": "2.0.5",
|
|
"description": "My Spells is an open source web-based application to elegantly view spells and save them to your local spellbook.",
|
|
"author": "Joe Wroten <joe@wroten.me>",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"clean": "node build/script.clean.js",
|
|
"dev_web": "node build/process_spells.js --web && node build/script.dev.js ",
|
|
"dev_app_cordova": "cd cordova && cordova run --device android",
|
|
"build_web": "node build/process_spells.js --web && node build/script.build.js",
|
|
"build_app": "node build/process_spells.js && node build/script.build.js",
|
|
"build_app_cordova": "cd cordova && cordova build --release",
|
|
"lint": "eslint --ext .js,.vue src"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.0",
|
|
"fastclick": "^1.0.6",
|
|
"json-query-chain": "^1.0.0",
|
|
"marked": "^0.3.6",
|
|
"material-design-icons": "^3.0.1",
|
|
"moment": "^2.15.0",
|
|
"quasar-framework": "^0.13.4",
|
|
"roboto-fontface": "^0.7.0",
|
|
"vue": "^2.3.0",
|
|
"vue-router": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.4.0",
|
|
"babel-core": "^6.0.0",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-transform-runtime": "^6.0.0",
|
|
"babel-preset-es2015": "^6.0.0",
|
|
"babel-preset-stage-2": "^6.0.0",
|
|
"colors": "^1.1.2",
|
|
"connect-history-api-fallback": "^1.1.0",
|
|
"css-loader": "^0.28.0",
|
|
"eslint": "^3.0.1",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-friendly-formatter": "^2.0.5",
|
|
"eslint-loader": "^1.3.0",
|
|
"eslint-plugin-html": "^2.0.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-node": "^4.2.2",
|
|
"eslint-plugin-promise": "^3.3.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"eventsource-polyfill": "^0.9.6",
|
|
"express": "^4.13.3",
|
|
"extract-text-webpack-plugin": "^2.0.0-beta.4",
|
|
"file-loader": "^0.11.1",
|
|
"friendly-errors-webpack-plugin": "^1.1.3",
|
|
"fs": "0.0.1-security",
|
|
"html-webpack-plugin": "^2.8.1",
|
|
"http-proxy-middleware": "^0.17.0",
|
|
"json-loader": "^0.5.4",
|
|
"opn": "^5.0.0",
|
|
"optimize-css-assets-webpack-plugin": "^1.3.1",
|
|
"postcss-loader": "^1.0.0",
|
|
"progress-bar-webpack-plugin": "^1.9.0",
|
|
"purify-css": "^1.1.9",
|
|
"shelljs": "^0.7.0",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.1",
|
|
"url-loader": "^0.5.7",
|
|
"vue-loader": "^12.0.2",
|
|
"vue-style-loader": "^3.0.1",
|
|
"vue-template-compiler": "^2.3.0",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-middleware": "^1.8.4",
|
|
"webpack-hot-middleware": "^2.17.0",
|
|
"webpack-merge": "^4.0.0",
|
|
"whatwg-fetch": "^2.0.3",
|
|
"yargs": "^8.0.2"
|
|
}
|
|
}
|