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"
|
|
|
|
},
|
2016-10-15 13:59:52 -04:00
|
|
|
"scripts": {
|
2017-02-02 17:35:03 +01:00
|
|
|
"start": "meteor --settings settings.json",
|
2019-01-18 18:35:28 +09:00
|
|
|
"visualizer": "meteor --extra-packages bundle-visualizer --production --settings settings.json",
|
2018-07-18 12:05:44 +02:00
|
|
|
"lint": "eslint --cache --ext .jsx,js packages",
|
2019-02-04 21:18:38 +09:00
|
|
|
"lintfix": "eslint --cache --fix --ext .jsx,js packages",
|
2018-07-24 18:42:59 +02:00
|
|
|
"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": {
|
2019-03-05 10:22:33 +09:00
|
|
|
"pre-commit": "npm run lint"
|
2018-11-25 16:09:33 -08:00
|
|
|
}
|
2016-10-15 13:59:52 -04:00
|
|
|
},
|
2016-02-19 12:27:58 +09:00
|
|
|
"dependencies": {
|
2018-09-26 15:36:24 +02:00
|
|
|
"@babel/runtime": "7.0.0-beta.55",
|
2017-02-01 23:11:41 +01:00
|
|
|
"analytics-node": "^2.1.1",
|
2019-01-30 17:21:20 +01:00
|
|
|
"apollo-cache-inmemory": "^1.4.2",
|
|
|
|
"apollo-client": "2.4.12",
|
|
|
|
"apollo-engine": "1.1.2",
|
2019-03-02 18:31:22 +09:00
|
|
|
"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",
|
2018-09-25 20:48:25 +02:00
|
|
|
"apollo-link-state": "^0.4.2",
|
2019-01-30 17:21:20 +01:00
|
|
|
"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",
|
2017-11-21 10:03:11 +09:00
|
|
|
"chalk": "2.2.0",
|
2016-03-24 10:56:47 +09:00
|
|
|
"classnames": "^2.2.3",
|
2017-11-21 10:03:11 +09:00
|
|
|
"compression": "^1.7.1",
|
2016-12-07 10:19:55 +01:00
|
|
|
"cookie-parser": "^1.4.3",
|
2017-10-05 06:24:47 -03:00
|
|
|
"cross-fetch": "^0.0.8",
|
2017-04-03 15:58:59 +09:00
|
|
|
"crypto-js": "^3.1.9-1",
|
2017-04-15 12:02:16 +09:00
|
|
|
"dataloader": "^1.3.0",
|
2016-11-04 08:40:21 +01:00
|
|
|
"deepmerge": "^1.2.0",
|
2018-03-23 08:51:24 +09:00
|
|
|
"dot-object": "^1.7.0",
|
2016-07-19 15:13:16 +09:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2016-10-19 10:55:19 +02:00
|
|
|
"express": "^4.14.0",
|
2017-09-22 12:31:03 +02:00
|
|
|
"flat": "^4.0.0",
|
2019-01-30 17:21:20 +01:00
|
|
|
"graphql": "14.1.1",
|
2017-03-23 13:02:57 +09:00
|
|
|
"graphql-anywhere": "^3.0.1",
|
2017-01-12 17:30:25 +09:00
|
|
|
"graphql-date": "^1.0.2",
|
2017-03-29 16:34:16 +09:00
|
|
|
"graphql-tag": "^2.0.0",
|
2016-11-17 10:21:49 +01:00
|
|
|
"graphql-type-json": "^0.1.4",
|
2018-10-08 17:07:55 +02:00
|
|
|
"graphql-voyager": "^1.0.0-rc.26",
|
2016-05-20 09:39:22 +09:00
|
|
|
"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",
|
2016-05-20 09:39:22 +09:00
|
|
|
"html-to-text": "^2.1.0",
|
2016-11-04 08:40:21 +01:00
|
|
|
"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",
|
2016-05-20 09:39:22 +09:00
|
|
|
"mailchimp": "^1.1.6",
|
2018-01-09 15:56:56 +09:00
|
|
|
"marked": "^0.3.9",
|
2016-05-26 10:11:39 +02:00
|
|
|
"meteor-node-stubs": "^0.2.3",
|
2018-03-14 12:19:48 +01:00
|
|
|
"mingo": "^2.2.0",
|
2016-05-20 09:39:22 +09:00
|
|
|
"moment": "^2.13.0",
|
2018-01-06 07:04:01 +01:00
|
|
|
"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",
|
2016-12-23 12:01:16 +01:00
|
|
|
"react-addons-pure-render-mixin": "^15.4.1",
|
2019-01-30 17:21:20 +01:00
|
|
|
"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",
|
2018-01-06 07:04:01 +01:00
|
|
|
"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",
|
2016-06-16 10:43:25 +09:00
|
|
|
"react-intl": "^2.1.3",
|
2017-07-05 10:31:37 +09:00
|
|
|
"react-loadable": "^4.0.3",
|
2018-01-09 15:56:56 +09:00
|
|
|
"react-markdown": "^3.1.4",
|
2017-05-03 11:05:52 +09:00
|
|
|
"react-places-autocomplete": "^5.0.0",
|
2018-01-06 07:49:04 +01:00
|
|
|
"react-redux": "^5.0.6",
|
2019-03-07 12:48:54 +01:00
|
|
|
"react-router": "^4.3.1",
|
2018-09-26 11:33:31 +02:00
|
|
|
"react-router-bootstrap": "^0.24.4",
|
2018-09-27 10:22:22 +02:00
|
|
|
"react-router-dom": "^4.3.1",
|
2018-01-06 07:04:01 +01:00
|
|
|
"react-router-scroll": "^0.4.4",
|
2018-01-09 15:56:56 +09:00
|
|
|
"react-stripe-checkout": "^2.4.0",
|
2018-01-06 07:49:04 +01:00
|
|
|
"recompose": "^0.26.0",
|
2016-10-19 10:17:04 +02:00
|
|
|
"redux": "^3.6.0",
|
2017-01-05 07:51:51 +01:00
|
|
|
"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",
|
2016-06-07 15:03:00 +09:00
|
|
|
"speakingurl": "^9.0.0",
|
2017-07-26 08:12:35 +09:00
|
|
|
"stripe": "^4.23.1",
|
2017-07-28 00:44:55 -04:00
|
|
|
"styled-components": "^2.1.1",
|
2017-01-21 10:02:03 +09:00
|
|
|
"underscore": "^1.8.3",
|
2018-06-02 08:36:30 +09:00
|
|
|
"universal-cookie-express": "^2.1.5",
|
2016-06-21 18:07:47 +09:00
|
|
|
"url": "^0.11.0"
|
2016-03-24 10:56:47 +09:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2019-01-05 11:48:52 +01:00
|
|
|
"@userfrosting/merge-package-dependencies": "^1.2.0",
|
2016-10-15 13:59:52 -04:00
|
|
|
"autoprefixer": "^6.3.6",
|
|
|
|
"babel-eslint": "^7.0.0",
|
2018-11-25 16:09:33 -08:00
|
|
|
"babylon": "^6.18.0",
|
2018-07-18 12:05:44 +02:00
|
|
|
"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",
|
2016-11-15 09:02:30 +01:00
|
|
|
"eslint-config-airbnb": "^13.0.0",
|
2016-10-15 13:59:52 -04:00
|
|
|
"eslint-config-meteor": "0.0.9",
|
2016-11-15 09:02:30 +01:00
|
|
|
"eslint-import-resolver-meteor": "^0.3.3",
|
2016-10-15 13:59:52 -04:00
|
|
|
"eslint-plugin-babel": "^3.3.0",
|
2016-11-15 09:02:30 +01:00
|
|
|
"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",
|
2018-07-18 11:12:37 +02:00
|
|
|
"eslint-plugin-react": "^6.7.1",
|
2018-07-18 12:05:44 +02:00
|
|
|
"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",
|
2018-07-18 12:05:44 +02:00
|
|
|
"selenium-webdriver": "^4.0.0-alpha.1"
|
2016-02-19 12:27:58 +09:00
|
|
|
},
|
2016-03-24 10:56:47 +09:00
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
2016-03-27 13:04:21 +09:00
|
|
|
"autoprefixer": {
|
2017-12-28 05:23:20 +01:00
|
|
|
"browsers": [
|
|
|
|
"last 2 versions"
|
|
|
|
]
|
2016-03-27 13:04:21 +09:00
|
|
|
}
|
2016-03-24 10:56:47 +09:00
|
|
|
}
|
|
|
|
}
|
2018-08-30 20:02:55 +09:00
|
|
|
}
|