nest-parrot
Version:
Parrot built on react
75 lines (74 loc) • 2 kB
JSON
{
"name": "nest-parrot",
"version": "0.6.27",
"description": "Parrot built on react",
"main": "target/parrot/module/nest-parrot.js",
"repository": {
"type": "git",
"url": "https://github.com/bradwoo8621/parrot.git"
},
"keywords": [
"react",
"bootstrap",
"parrot"
],
"author": {
"name": "Brad Wu",
"email": "bradwoo8621@gmail.com"
},
"bugs": {
"url": "https://github.com/bradwoo8621/parrot/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"dev": "webpack-dev-server --inline --progress --display-error-details --config dev-tool/webpack.dev.conf.js",
"start": "npm run dev",
"build": "grunt"
},
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-fileinput": "^4.2.8",
"bootswatch": "^3.3.6",
"font-awesome": "^4.5.0",
"jquery": "^2.1.4",
"jquery-deparam": "^0.4.2",
"jquery-mousewheel": "^3.1.13",
"jsface": "^2.4.9",
"moment": "^2.10.6",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-browser": "^6.1.19",
"babel-plugin-transform-react-jsx": "^6.3.13",
"babel-preset-react": "^6.3.13",
"es5-shim": "^4.3.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jscpd": "0.0.12",
"grunt-replace": "^0.9.2",
"html-webpack-plugin": "^3.2.0",
"html5shiv": "^3.7.3",
"jquery-mockjax": "^2.0.1",
"jquery-storage-api": "^1.7.5",
"jquery.browser": "^0.1.0",
"js-cookie": "^2.0.4",
"moment": "^2.13.0",
"moment-taiwan": "0.0.4",
"respond.js": "^1.4.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
}
}