weexpack-create
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "weexpack-create", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "weexpack create module. Creates new project from default or template", | ||
@@ -38,2 +38,2 @@ "main": "index.js", | ||
"contributors": [] | ||
} | ||
} |
{ | ||
"name": "weex", | ||
"version": "1.0.0", | ||
"description": "a weex project", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "npm run serve", | ||
"build": "webpack", | ||
"build_plugin": "webpack --config ./tools/webpack.config.plugin.js --color", | ||
"dev": "webpack --config webpack.config.js --watch", | ||
"serve": "webpack-dev-server --config webpack.dev.js --progress --watch --open" | ||
}, | ||
"keywords": [ | ||
"weex" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"fs-extra": "^4.0.1", | ||
"vue": "^2.1.8", | ||
"vue-router": "^2.1.1", | ||
"vuex": "^2.1.1", | ||
"vuex-router-sync": "^4.0.1", | ||
"weex-html5": "^0.4.1", | ||
"weex-vue-render": "^0.11.2" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.21.0", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-runtime": "^6.9.2", | ||
"css-loader": "^0.26.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"ip": "^1.1.5", | ||
"raw-loader": "^0.5.1", | ||
"script-ext-html-webpack-plugin": "^1.8.5", | ||
"vue-loader": "^10.0.2", | ||
"vue-template-compiler": "^2.1.8", | ||
"webpack": "^2.2.1", | ||
"webpack-dev-server": "^2.4.2", | ||
"webpack-merge": "^4.1.0", | ||
"weex-builder": "^0.2.6", | ||
"weex-loader": "^0.4.1" | ||
}, | ||
"optionalDependencies": { | ||
"ios-deploy": "^1.9.0" | ||
} | ||
"name": "weex", | ||
"version": "0.0.0", | ||
"description": "A weex project", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "npm run serve", | ||
"build": "webpack", | ||
"build_plugin": "webpack --config ./tools/webpack.config.plugin.js --color", | ||
"dev": "webpack --config webpack.config.js --watch", | ||
"serve": "webpack-dev-server --config webpack.dev.js --progress --watch --open" | ||
}, | ||
"keywords": [ | ||
"weex" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"fs-extra": "^4.0.1", | ||
"vue": "^2.1.8", | ||
"vue-router": "^2.1.1", | ||
"vuex": "^2.1.1", | ||
"vuex-router-sync": "^4.0.1", | ||
"weex-html5": "^0.4.1", | ||
"weex-vue-render": "^0.11.2" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.21.0", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-runtime": "^6.9.2", | ||
"css-loader": "^0.26.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"ip": "^1.1.5", | ||
"raw-loader": "^0.5.1", | ||
"script-ext-html-webpack-plugin": "^1.8.5", | ||
"vue-loader": "^10.0.2", | ||
"vue-template-compiler": "^2.1.8", | ||
"webpack": "^2.2.1", | ||
"webpack-dev-server": "^2.4.2", | ||
"webpack-merge": "^4.1.0", | ||
"weex-builder": "^0.2.6", | ||
"weex-loader": "^0.4.1" | ||
}, | ||
"optionalDependencies": { | ||
"ios-deploy": "^1.9.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ const configs = require('./webpack.config.js'); | ||
// configs.plugins.push(new webpack.HotModuleReplacementPlugin()); | ||
console.log('server is running! Please open ' + chalk.green('http://' + ip + ':8080/web/index.html')); | ||
console.log('server is running! Please open ' + chalk.green('http://' + ip + ':8080/')); | ||
@@ -30,3 +30,3 @@ /** | ||
*/ | ||
devtool: 'cheap-module-source-map', | ||
devtool: 'source-map', | ||
/* | ||
@@ -33,0 +33,0 @@ * Options affecting the resolving of modules. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
161713
58
3316
1