Vulcan/package.json

125 lines
3.5 KiB
JSON
Raw Normal View History

2016-02-19 12:27:58 +09:00
{
2017-04-28 09:25:29 +09:00
"name": "Vulcan",
2018-09-17 09:54:10 +09:00
"version": "1.12.8",
2016-04-15 09:22:14 +09:00
"engines": {
"npm": "^3.0"
},
"scripts": {
"start": "meteor --settings settings.json",
"lint": "eslint --cache --ext .jsx,js packages",
"test-unit": "TEST_WATCH=1 meteor test-packages ./packages/* --port 3002 --driver-package meteortesting:mocha --raw-logs",
"test": "npm run test-unit"
},
2016-02-19 12:27:58 +09:00
"dependencies": {
2018-01-27 16:12:06 +09:00
"@babel/runtime": "^7.0.0-beta.38",
"analytics-node": "^2.1.1",
"apollo-client": "^1.2.2",
"apollo-engine": "^0.5.4",
"apollo-errors": "^1.4.0",
"apollo-server-express": "^1.2.0",
2018-01-09 15:56:56 +09:00
"babel-runtime": "^6.26.0",
2018-06-02 08:36:30 +09:00
"bcrypt": "^2.0.1",
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",
2017-08-01 17:21:16 +09:00
"formsy-react": "^0.19.5",
"formsy-react-components": "^0.11.1",
"graphql": "^0.10.5",
2017-03-23 13:02:57 +09:00
"graphql-anywhere": "^3.0.1",
"graphql-date": "^1.0.2",
"graphql-tag": "^2.0.0",
2018-05-23 15:12:07 +09:00
"graphql-tools": "^3.0.2",
"graphql-type-json": "^0.1.4",
"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",
"juice": "^1.11.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",
2017-05-20 09:59:51 +09:00
"metascraper": "^1.0.6",
"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",
2018-01-06 07:23:18 +01:00
"react": "^16.2.0",
"react-addons-pure-render-mixin": "^15.4.1",
"react-apollo": "^1.4.15",
"react-bootstrap": "^0.32.0",
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",
"react-dropzone": "^3.12.2",
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",
"react-router": "^3.2.0",
"react-router-bootstrap": "^0.23.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",
"sendy-api": "^0.1.0",
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": {
"autoprefixer": "^6.3.6",
"babel-eslint": "^7.0.0",
"chromedriver": "^2.40.0",
2018-07-24 16:07:42 +02:00
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
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-07-24 16:07:42 +02:00
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.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
}