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": "^7.7.0", "@babel/core": "^7.7.2", "@babel/plugin-proposal-class-properties": "^7.7.0", "@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.7.0",
"@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.7.0", "@babel/preset-env": "^7.7.1", "@babel/preset-react": "^7.7.0", "@babel/register": "^7.7.0",
"ajv": "^6.10.2", "babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.16.0", "eslint-watch": "^6.0.1",
"isparta": "^4.0.0", "isparta-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^4.4.1",
"karma-chai-plugins": "^0.9.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.1", "karma-coverage-istanbul-reporter": "^2.1.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": "^4.0.2",
"mocha": "^6.2.2",
"mock-cookie": "^0.3.2",
"react-hot-loader": "^3.0.0-beta.5",
"react-test-utils": "0.0.1",
"webpack-cli": "^3.3.10", "webpack-dev-server": "^3.9.0"
}, "dependencies": {
"axios": "^0.19.0",
"babel-preset-react": "^6.24.1",
"chart.js": "^2.9.3",
"compression-webpack-plugin": "^3.0.0", "eslint-plugin-react-hooks": "^1.7.0",
"fetch-mock": "^5.13.1",
"moment": "^2.18.1",
"object-assign": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-chartjs-2": "^2.8.0",
"react-ckeditor-wrapper": "^1.0.22",
"react-datepicker": "^0.60.2",
"react-dom": "^16.12.0",
"react-google-recaptcha": "^2.0.1",
"react-router": "^3.2.5",
"semantic-ui-react": "^0.79.1",
"sinon": "^7.5.0",
"starwars": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-bundle-tracker": "^0.4.3"
} }