UNPKG

cordova-elm-template-jumpstart

Version:

Cordova template to jumpstart development using Elm and Webpack

111 lines (110 loc) 3.82 kB
{ "name": "Your-Project-Name-Here", "version": "0.0.1", "description": "This is the project created from the template: cordova-webpack-elm-template", "scripts": { "device-coverage": "hash browserslist || npm install; browserslist --coverage=US --config=./package.json", "webpack": "hash webpack || npm install; webpack --verbose --color", "webpack.config.js": "npm run webpack", "webpack-watch": "hash webpack || npm install; webpack --verbose --color --watch --progress", "server": "./script/server", "build": "./script/cibuild", "clean": "./script/setup" }, "keywords": [ "ecosystem:cordova", "template:cordova-webpack-elm-template" ], "license": "ISC", "devDependencies": { "assert": "^1", "autoprefixer": "^7", "babel-core": "^6", "babel-loader": "^7", "babel-plugin-transform-node-env-inline": "^0.2", "babel-plugin-transform-strict-mode": "^6", "babel-polyfill": "^6", "babel-preset-bluebird": "^1", "babel-preset-env": "^1", "babel-preset-minify": "^0.2", "bluebird": "^3", "copy-webpack-plugin": "^4", "cordova": "^7", "cordova-icon": "^0.9", "cordova-splash": "^0.9", "css-loader": "^0.28", "elm-webpack-loader": "^4", "extract-text-webpack-plugin": "^3.0.0", "favicons-webpack-plugin": "0.0.7", "file-loader": "^0.11.2", "html-webpack-plugin": "^2", "image-webpack-loader": "^3", "json5-loader": "^1", "lodash": "^4", "node-sass": "^4", "normalize.css": "^7.0.0", "optimize-js-plugin": "0.0.4", "optional": "^0.1.4", "postcss-font-magician": "^2", "postcss-loader": "^2", "pretty-print": "^1", "resolve-url-loader": "^2", "sanitize.css": "^5.0.0", "sass-loader": "^6", "sprite-loader": "^0.3.7", "style-loader": "^0.18", "uglify-js": "^3.1.0", "uglifyjs-webpack-plugin": "^1.0.0-beta.2", "url-loader": "^0.5.9", "webpack": "^3", "webpack-closure-compiler": "^2", "webpack-shell-plugin": "^0.5.0" }, "dependencies": { "bootstrap": "^4.0.0-beta", "browserslist": "^1", "configstore": "^1", "cordova-android": "^6.2.3", "cordova-browser": "^4.1.0", "cordova-plugin-battery-status": "^1.2.4", "cordova-plugin-device": "^1.1.6", "cordova-plugin-dialogs": "^1.3.3", "cordova-plugin-google-analytics": "^1.8.3", "cordova-plugin-network-information": "^1.3.3", "cordova-plugin-splashscreen": "^4.0.3", "cordova-plugin-whitelist": "^1.3.2", "font-awesome": "^4", "hammer-touchemulator": "0.0.2", "hammerjs": "^2.0.8", "init-package-json": "^1", "jquery": "^3.2.1", "localforage": "^1.5.0", "lodash.defaults": "^3", "lru-cache": "^4", "mute-stream": "0.0.5", "normalize-package-data": "^2", "npm-package-arg": "^4", "npmlog": "^2", "popper.js": "^1.12.5", "resolve": "^1", "svg4everybody": "^2.1.9", "uuid": "^3.1.0", "write-file-atomic": "^1" }, "browserslist": [ "> 0.3% in US", "not Explorer < 11" ], "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-google-analytics": {}, "cordova-plugin-device": {}, "cordova-plugin-battery-status": {}, "cordova-plugin-network-information": {}, "cordova-plugin-dialogs": {} }, "platforms": [] } }