1
0
Fork 0
chronos/package.json

64 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2017-03-02 09:55:04 +08:00
{
"name": "Chronos",
"version": "0.1.0",
"description": "A school event planner and timetable",
"scripts": {
"start": "node dist/server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambrosechua/chronos.git"
},
"keywords": [],
"author": "",
"license": "proprietary",
"bugs": {
"url": "https://github.com/ambrosechua/chronos/issues"
},
"homepage": "https://github.com/ambrosechua/chronos#readme",
"devDependencies": {
"babel-loader": "^6.3.2",
"babel-preset-env": "^1.1.10",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.27.3",
2017-03-02 09:55:04 +08:00
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
2017-03-02 09:55:04 +08:00
"grunt-eslint": "^19.0.0",
"grunt-webpack": "^2.0.1",
"postcss-cssnext": "^2.9.0",
"postcss-each": "^0.9.3",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.2.2",
"postcss-mixins": "^5.4.1",
"style-loader": "^0.16.0",
2017-03-27 21:42:01 +08:00
"webpack": "^2.3.2"
2017-03-02 09:55:04 +08:00
},
"dependencies": {
"babel-polyfill": "^6.23.0",
2017-04-12 00:14:51 +08:00
"body-parser": "^1.17.1",
2017-03-02 09:55:04 +08:00
"express": "^4.14.1",
2017-04-12 00:14:51 +08:00
"jsonwebtoken": "^7.3.0",
"jwk-to-pem": "^1.2.6",
2017-04-16 17:03:00 +08:00
"moment-timezone": "^0.5.13",
2017-03-02 09:55:04 +08:00
"mysql": "^2.13.0",
2017-04-12 00:14:51 +08:00
"node-fetch": "^1.6.3",
2017-03-23 23:47:27 +08:00
"oidc-client": "^1.3.0-beta.3",
2017-03-02 09:55:04 +08:00
"react": "^15.4.2",
2017-04-12 00:14:51 +08:00
"react-big-calendar": "^0.13.0",
"react-css-themr": "^2.0.0",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0-beta.6",
2017-03-27 21:42:01 +08:00
"react-toolbox": "^2.0.0-beta.7",
"semver": "^5.3.0",
"whatwg-fetch": "^2.0.3"
2017-03-02 09:55:04 +08:00
}
}