Fakultas Ilmu Komputer UI
{ "name": "kape", "version": "1.0.0", "description": "", "main": "index.js", "scripts": {
"build": "webpack --config webpack.prod.config.js --progress --colors",
"build-production": "webpack -p --config webpack.prod.config.js --progress --colors",
"webpack": "webpack --progress --display-error-details --config webpack.config.js --watch",
"watch": "node server.js",
"karma": "karma start --single-run", "test": "karma start --auto-watch"
}, "author": "", "license": "ISC", "devDependencies": {
"babel-cli": "^6.24.0", "babel-eslint": "^7.2.1", "babel-istanbul-instrumenter-loader": "^1.0.1", "babel-loader": "^6.4.1", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.0", "babel-preset-latest": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-1": "^6.22.0", "babel-register": "^6.24.0",
"compression-webpack-plugin": "^0.3.2",
"eslint": "^3.18.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3",
"eslint-watch": "^3.0.1",
"fetch-mock": "^5.9.4",
"isparta": "^4.0.0", "isparta-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^2.0.0", "karma": "^1.5.0",
"karma-chai-plugins": "^0.8.0",
"karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"mock-cookie": "^0.3.2",
"moment": "^2.18.1",
"react-hot-loader": "^3.0.0-beta.5",
"react-test-utils": "0.0.1",
"webpack": "^1.13.2", "webpack-bundle-tracker": "0.0.93", "webpack-dev-server": "^1.16.2" }, "dependencies": {
"axios": "^0.15.3", "babel-core": "^6.24.0",
"babel-preset-react": "^6.16.0",
"object-assign": "^4.1.1",
"react": "^15.4.2", "react-addons-test-utils": "^15.4.2",
"react-datepicker": "^0.44.0",
"react-dom": "^15.4.2",
"react-router": "^3.0.2", "react-tap-event-plugin": "^2.0.1",
"semantic-ui-react": "^0.67.2"
} }