-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
136 lines (136 loc) · 4.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "world-theatre-map",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/mosswoodcreative/world-theatre-map"
},
"license": "MIT",
"scripts": {
"pretest": "npm run lint --silent",
"test": "meteor test --once --driver-package dispatch:mocha-phantomjs --port 3100",
"test-watch": "meteor test --driver-package practicalmeteor:mocha --port 3100",
"test-app-watch": "meteor test --full-app --driver-package practicalmeteor:mocha --port 3100",
"lint": "eslint .",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --path=tests",
"chimp-watch-phantom": "chimp --ddp=http://localhost:3000 --watch --path=tests --tags=~@chromeOnly --browser=phantomjs",
"chimp": "chimp --ddp=http://localhost:3000 --path=tests",
"chimp-phantom": "chimp --ddp=http://localhost:3000 --path=tests --tags=~@chromeOnly --browser=phantomjs",
"translate": "babel-node .scripts/translate.js"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"aws-sdk": "^2.125.0",
"babel-runtime": "^6.26.0",
"bcrypt": "https://registry.npmjs.org/bcrypt/-/bcrypt-0.8.7.tgz",
"cheerio": "^0.22.0",
"classnames": "https://registry.npmjs.org/classnames/-/classnames-2.2.3.tgz",
"d3": "https://registry.npmjs.org/d3/-/d3-4.2.7.tgz",
"d3-geo": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.2.6.tgz",
"d3-queue": "^3.0.2",
"diacritics": "^1.3.0",
"faker": "^3.0.1",
"fs": "0.0.1-security",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"intl": "^1.2.4",
"intl-locales-supported": "^1.0.0",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-4.9.0.tgz",
"lodash.escaperegexp": "^4.1.2",
"marked": "^0.3.6",
"meteor-node-stubs": "^0.2.11",
"moment": "https://registry.npmjs.org/moment/-/moment-2.15.1.tgz",
"moment-timezone": "^0.5.21",
"prop-types": "^15.6.0",
"qs": "^6.2.1",
"react": "https://registry.npmjs.org/react/-/react-15.0.1.tgz",
"react-addons-css-transition-group": "^15.0.0",
"react-addons-pure-render-mixin": "^15.0.0",
"react-autosuggest": "^3.7.3",
"react-date-picker": "^5.3.28",
"react-datepicker": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-0.29.0.tgz",
"react-dom": "https://registry.npmjs.org/react-dom/-/react-dom-15.0.1.tgz",
"react-dropzone": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-3.6.0.tgz",
"react-ga": "^2.3.4",
"react-helmet": "^3.3.2",
"react-intl": "https://registry.npmjs.org/react-intl/-/react-intl-2.1.5.tgz",
"react-router": "https://registry.npmjs.org/react-router/-/react-router-2.0.1.tgz",
"react-select": "https://registry.npmjs.org/react-select/-/react-select-1.0.0-rc.2.tgz",
"sanitize-html": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.13.0.tgz",
"simple-date-picker": "^0.1.1",
"string-hash": "^1.1.3",
"tcomb-form": "https://registry.npmjs.org/tcomb-form/-/tcomb-form-0.9.10.tgz",
"tcomb-validation": "https://registry.npmjs.org/tcomb-validation/-/tcomb-validation-3.2.2.tgz",
"topojson": "https://registry.npmjs.org/topojson/-/topojson-1.6.26.tgz",
"underscore.string": "^3.3.4",
"webfontloader": "^1.6.28",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^6.1.2",
"babel-plugin-react-intl": "^2.2.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"breakpoint-sass": "^2.7.0",
"chimp": "^0.41.2",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-meteor": "^3.6.0",
"eslint-plugin-react": "^4.3.0",
"fs": "0.0.1-security",
"meteor-random": "0.0.3",
"shrinkwrap": "^0.4.0",
"susy": "^2.2.12"
},
"eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"allowImportExportEverywhere": true
},
"plugins": [
"meteor"
],
"extends": [
"airbnb",
"plugin:meteor/recommended"
],
"settings": {
"import/resolver": "meteor"
},
"rules": {
"meteor/eventmap-params": [
2,
{
"eventParamName": "event",
"templateInstanceParamName": "instance"
}
],
"meteor/template-names": [
0
],
"no-use-before-define": [
2,
"nofunc"
],
"react/jsx-curly-spacing": [
2,
"never"
]
}
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}