Vulcan/package.json

145 lines
4.2 KiB
JSON
Raw Normal View History

2016-02-19 12:27:58 +09:00
{
2017-04-28 09:25:29 +09:00
"name": "Vulcan",
2019-02-16 18:10:16 +09:00
"version": "1.12.17",
2016-04-15 09:22:14 +09:00
"engines": {
"npm": "^3.0"
},
"scripts": {
"start": "meteor --settings settings.json",
2019-01-18 18:35:28 +09:00
"visualizer": "meteor --extra-packages bundle-visualizer --production --settings settings.json",
"lint": "eslint --cache --ext .jsx,js packages",
2019-02-04 21:18:38 +09:00
"lintfix": "eslint --cache --fix --ext .jsx,js packages",
"test-unit": "TEST_WATCH=1 meteor test-packages ./packages/* --port 3002 --driver-package meteortesting:mocha --raw-logs",
2018-11-25 16:09:33 -08:00
"test": "npm run test-unit",
"prettier": "node ./.vulcan/prettier/index.js write-changed",
2019-01-05 12:21:13 +01:00
"prettier-all": "node ./.vulcan/prettier/index.js write",
"update-package-json": "node ./.vulcan/update_package.js"
2018-11-25 16:09:33 -08:00
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
2018-11-25 16:09:33 -08:00
}
},
2016-02-19 12:27:58 +09:00
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"analytics-node": "^2.1.1",
"apollo-cache-inmemory": "^1.4.2",
"apollo-client": "2.4.12",
"apollo-engine": "1.1.2",
"apollo-errors": "^1.9.0",
2019-01-02 17:18:54 +01:00
"apollo-link-error": "^1.1.5",
2018-11-16 17:48:17 +01:00
"apollo-link-schema": "^1.1.1",
"apollo-link-state": "^0.4.2",
"apollo-server": "2.3.3",
"apollo-server-express": "2.3.3",
2018-01-09 15:56:56 +09:00
"babel-runtime": "^6.26.0",
2018-11-24 09:57:01 +09:00
"bcrypt": "^3.0.2",
2017-10-31 10:19:21 +09:00
"body-parser": "^1.18.2",
"chalk": "2.2.0",
"classnames": "^2.2.3",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"cross-fetch": "^0.0.8",
2017-04-03 15:58:59 +09:00
"crypto-js": "^3.1.9-1",
"dataloader": "^1.3.0",
"deepmerge": "^1.2.0",
"dot-object": "^1.7.0",
2016-07-19 15:13:16 +09:00
"escape-string-regexp": "^1.0.5",
"express": "^4.14.0",
2017-09-22 12:31:03 +02:00
"flat": "^4.0.0",
"graphql": "14.1.1",
2017-03-23 13:02:57 +09:00
"graphql-anywhere": "^3.0.1",
"graphql-date": "^1.0.2",
"graphql-tag": "^2.0.0",
"graphql-type-json": "^0.1.4",
2018-10-08 17:07:55 +02:00
"graphql-voyager": "^1.0.0-rc.26",
"handlebars": "^4.0.5",
2017-05-20 09:59:51 +09:00
"he": "^1.1.1",
2016-06-11 16:36:18 +09:00
"history": "^3.0.0",
"html-to-text": "^2.1.0",
"immutability-helper": "^2.0.0",
2017-05-19 14:42:43 -06:00
"import": "0.0.6",
2016-06-09 17:42:20 +09:00
"intl": "^1.2.4",
"intl-locales-supported": "^1.0.0",
2018-12-29 22:00:02 +09:00
"juice": "^5.1.0",
2018-08-30 20:02:55 +09:00
"lodash": "^4.17.10",
"mailchimp": "^1.1.6",
2018-01-09 15:56:56 +09:00
"marked": "^0.3.9",
"meteor-node-stubs": "^0.2.3",
2018-03-14 12:19:48 +01:00
"mingo": "^2.2.0",
"moment": "^2.13.0",
"prop-types": "^15.6.0",
2019-01-05 19:24:20 +09:00
"qs": "^6.6.0",
2018-01-06 07:23:18 +01:00
"react": "^16.2.0",
"react-addons-pure-render-mixin": "^15.4.1",
"react-apollo": "^2.4.1",
2019-03-15 13:30:01 +01:00
"react-bootstrap": "^1.0.0-beta.5",
2016-04-18 10:03:53 +09:00
"react-bootstrap-datetimepicker": "0.0.22",
2018-05-16 11:43:19 +09:00
"react-cookie": "^2.1.4",
"react-datetime": "^2.11.1",
2018-01-06 07:23:18 +01:00
"react-dom": "^16.2.0",
2019-01-18 15:14:07 +09:00
"react-dropzone": "^8.0.3",
2017-07-29 16:26:34 +09:00
"react-helmet": "^5.1.3",
"react-intl": "^2.1.3",
"react-loadable": "^4.0.3",
2018-01-09 15:56:56 +09:00
"react-markdown": "^3.1.4",
"react-places-autocomplete": "^5.0.0",
"react-redux": "^5.0.6",
2019-03-07 12:48:54 +01:00
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-router-scroll": "^0.4.4",
2018-01-09 15:56:56 +09:00
"react-stripe-checkout": "^2.4.0",
"recompose": "^0.26.0",
2016-10-19 10:17:04 +02:00
"redux": "^3.6.0",
"rss": "^1.2.1",
2018-01-09 15:56:56 +09:00
"sanitize-html": "^1.16.3",
2018-02-18 18:04:19 +09:00
"simpl-schema": "^1.4.2",
"speakingurl": "^9.0.0",
2017-07-26 08:12:35 +09:00
"stripe": "^4.23.1",
"styled-components": "^2.1.1",
"underscore": "^1.8.3",
2018-06-02 08:36:30 +09:00
"universal-cookie-express": "^2.1.5",
"url": "^0.11.0"
},
"private": true,
"devDependencies": {
2019-01-05 11:48:52 +01:00
"@userfrosting/merge-package-dependencies": "^1.2.0",
"autoprefixer": "^6.3.6",
"babel-eslint": "^7.0.0",
2018-11-25 16:09:33 -08:00
"babylon": "^6.18.0",
"chromedriver": "^2.40.0",
2019-03-07 12:48:54 +01:00
"colors": "^1.3.2",
2019-01-05 11:48:52 +01:00
"diff": "^3.5.0",
2018-07-24 16:07:42 +02:00
"enzyme": "^3.3.0",
2018-11-26 14:51:25 +01:00
"enzyme-adapter-react-16.3": "^1.4.0",
2018-09-12 12:01:10 +09:00
"eslint": "^3.19.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-meteor": "0.0.9",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-meteor": "^4.0.1",
2018-09-12 12:01:10 +09:00
"eslint-plugin-mocha": "^5.2.0",
2018-01-27 16:12:06 +09:00
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^6.7.1",
"expect": "^23.4.0",
2018-11-25 16:09:33 -08:00
"glob": "^7.1.3",
"husky": "^1.2.0",
2018-07-24 16:07:42 +02:00
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.2",
2018-11-25 16:09:33 -08:00
"prettier": "^1.15.2",
"selenium-webdriver": "^4.0.0-alpha.1"
2016-02-19 12:27:58 +09:00
},
"postcss": {
"plugins": {
"autoprefixer": {
2017-12-28 05:23:20 +01:00
"browsers": [
"last 2 versions"
]
}
}
}
2018-08-30 20:02:55 +09:00
}