|
@@ -6,36 +6,23 @@
|
|
|
"ecosystem:cordova"
|
|
|
],
|
|
|
"scripts": {
|
|
|
- "dev": "webpack",
|
|
|
+ "dev": "webpack --watch",
|
|
|
"precor-build": "cordova prepare",
|
|
|
- "cor-build": "babel webpack.config.dev.js -o webpack.config.dev.babel.js && cordova build -- --webpackConfig webpack.config.dev.babel.js",
|
|
|
- "cor-run": "cordova run -- -w webpack.config.dev.babel.js -l",
|
|
|
- "prestart": "babel-node buildScripts/startMessage.js",
|
|
|
- "start": "npm-run-all --parallel open:src lint:watch test:watch",
|
|
|
- "open:src": "babel-node buildScripts/srcServer.js",
|
|
|
- "lint": "esw webpack.config.* src buildScripts --color",
|
|
|
+ "cor-build": "CORDOVA=true cordova build -- --webpackConfig webpack.config.js",
|
|
|
+ "cordova": "CORDOVA=true cordova run -- -w webpack.config.js",
|
|
|
+ "start": "npm-run-all --parallel dev lint:watch",
|
|
|
+ "lint": "esw webpack.config.* src --color",
|
|
|
"lint:watch": "npm run lint -- --watch",
|
|
|
"localtunnel": "lt --port 3000",
|
|
|
"share": "npm-run-all --parallel open:src localtunnel",
|
|
|
- "test": "mocha --reporter progress buildScripts/testSetup.js \"src/**/*.test.js\"",
|
|
|
- "test:watch": "npm run test -- --watch",
|
|
|
- "generate-mock-data": "babel-node buildScripts/generateMockData.js",
|
|
|
- "prestart-mockapi": "npm run generate-mock-data",
|
|
|
- "start-mockapi": "json-server --watch src/api/db.json --port 3001",
|
|
|
- "clean-dist": "rimraf ./dist && mkdir dist",
|
|
|
- "prebuild": "npm-run-all clean-dist test lint",
|
|
|
- "build": "babel-node buildScripts/build.js",
|
|
|
- "postbuild": "babel-node buildScripts/distServer.js",
|
|
|
- "deploy": "surge ./dist"
|
|
|
+ "test": "mocha --reporter progress \"src/**/*.test.js\"",
|
|
|
+ "test:watch": "npm run test -- --watch"
|
|
|
},
|
|
|
- "author": "Cory House",
|
|
|
+ "author": "JOJO",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@babel/node": "7.6.2",
|
|
|
"@babel/polyfill": "7.6.0",
|
|
|
- "cordova-browser": "^6.0.0",
|
|
|
- "cordova-plugin-browsersync": "1.1.0",
|
|
|
- "cordova-plugin-webpack": "^0.4.7",
|
|
|
"phaser": "3.19.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
@@ -51,11 +38,12 @@
|
|
|
"chalk": "2.4.2",
|
|
|
"clean-webpack-plugin": "3.0.0",
|
|
|
"copy-webpack-plugin": "5.0.4",
|
|
|
+ "cordova-browser": "^6.0.0",
|
|
|
+ "cordova-plugin-webpack": "^0.4.7",
|
|
|
"cordova-plugin-whitelist": "^1.3.4",
|
|
|
"eslint": "6.4.0",
|
|
|
"eslint-plugin-import": "2.18.2",
|
|
|
"eslint-watch": "6.0.1",
|
|
|
- "express": "4.17.1",
|
|
|
"file-loader": "4.2.0",
|
|
|
"html-webpack-plugin": "3.2.0",
|
|
|
"mocha": "6.2.0",
|
|
@@ -77,4 +65,4 @@
|
|
|
"browser"
|
|
|
]
|
|
|
}
|
|
|
-}
|
|
|
+}
|