hg-sid
Version:
a front-end simple framework with mvc
70 lines (69 loc) • 2.13 kB
JSON
{
"name": "hg-sid",
"description": "a front-end simple framework with mvc",
"version": "0.1.3",
"author": "Hanger <2313303800@qq.com>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --hot --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "webpack --config build/webpack.prod.conf.js",
"package": "webpack --config build/webpack.package.conf.js"
},
"main": "package/sid.min.js",
"keywords": [
"hanger",
"framwork",
"sid"
],
"homepage": "https://github.com/hamger/sid",
"bugs": {
"url": "https://github.com/hamger/sid/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hamger/sid.git"
},
"devDependencies": {
"annotate-webpack-plugin": "^0.1.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^5.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.0.1",
"glob": "^7.1.2",
"hg-virtual-dom": "^0.2.0",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.99.0",
"karma": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^3.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"ts-loader": "3.5.0",
"typescript": "2.9.2",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "3.6.0",
"webpack-dev-server": "2.11.1"
}
}