This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
204 lines (204 loc) · 6.39 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"name": "holtzman",
"version": "5.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"posttest": "npm run flow",
"coverage": "jest --coverage",
"lint-fix": "eslint ./imports ./client ./server --fix",
"lint": "eslint ./imports ./client ./server",
"flow": "flow",
"flow:stop": "flow stop",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public -o storybook",
"lint-staged": "lint-staged",
"danger": "danger run --verbose"
},
"lint-staged": {
"*.js": [
"eslint",
"jest --bail --findRelatedTests"
]
},
"repository": {
"type": "git",
"url": "https://github.com/NewSpring/my.newspring.cc.git"
},
"author": "newspring",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewSpring/holzman/issues"
},
"homepage": "https://github.com/NewSpring/holzman",
"jest": {
"transform": {
".*": "./imports/util/tests/jestPreprocessor.js"
},
"coverageDirectory": "./.coverage",
"collectCoverageFrom": [
"client/**/*.{js,jsx}",
"server/**/*.{js,jsx}",
"imports/**/*.{js,jsx}"
],
"coveragePathIgnorePatterns": [
"__stories__/",
"__mocks__/",
"<rootDir>/imports/deprecated/methods/",
"<rootDir>/server/deprecated/",
"<rootDir>/imports/deprecated/database/",
"<rootDir>/imports/util/xml.js",
"<rootDir>/imports/util/tests/beforeTest.js",
"<rootDir>/imports/util/tests/jestPreprocessor.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/.meteor/"
],
"moduleNameMapper": {
"meteor/bjwiley2:server-watch": "<rootDir>/.meteor/mocks/bjwiley2-server-watch.js",
"^meteor/(.*)": "<rootDir>/.meteor/mocks/$1.js"
},
"setupFiles": [
"<rootDir>/imports/util/tests/beforeTest.js"
]
},
"babel": {
"presets": [
"meteor",
"es2015",
"stage-0",
"react"
],
"plugins": [
"babel-root-slash-import",
"transform-react-router-optimize",
"transform-inline-environment-variables",
"transform-decorators-legacy",
"react-require",
"transform-react-remove-prop-types",
"transform-dead-code-elimination",
"transform-flow-strip-types"
]
},
"dependencies": {
"aphrodite": "git+https://github.com/NewSpring/aphrodite.git#release",
"apollo-client": "1.9.3",
"audio5": "^0.1.10",
"babel-jest": "^21.2.0",
"babel-plugin-ramda": "^1.2.0",
"babel-polyfill": "^6.23.0",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"cheerio": "^0.20.0",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.1",
"fibers": "^1.0.15",
"file-saver": "^1.3.3",
"google-map-react": "^0.14.8",
"graphql-tag": "^0.1.8",
"hammerjs": "2.0.4",
"history": "^2.1.2",
"liquid-node": "https://github.com/NewSpring/liquid-node.git",
"meteor-node-stubs": "^0.2.3",
"moment": "^2.14.1",
"prop-types": "^15.6.0",
"ramda": "^0.23.0",
"react": "^15.6.0",
"react-addons-pure-render-mixin": "^15.1.0",
"react-apollo": "1.4.15",
"react-async-script-loader": "^0.2.1",
"react-controllables": "^0.6.0",
"react-day-picker": "^2.3.3",
"react-dom": "^15.6.2",
"react-hammerjs": "^0.4.6",
"react-helmet": "^3.1.0",
"react-jw-player": "^1.1.2",
"react-mixin": "^3.0.5",
"react-motion": "^0.4.4",
"react-pull-to-refresh": "git+https://[email protected]/NewSpring/react-pull-to-refresh.git",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.6",
"react-router": "^2.4.0",
"react-router-scroll": "^0.2.1",
"react-slick": "^0.13.1",
"react-swipe-views": "https://[email protected]/NewSpring/react-swipe-views.git#d531949ddccb84ec53e634f7964c1c5cfac2c9b5",
"react-swipeable-views": "^0.8.3",
"react-tooltip": "^3.0.13",
"react-transform-sentry": "^1.0.0",
"redux": "^3.7.2",
"redux-reset": "^0.3.0",
"redux-saga": "^0.15.6",
"regenerator-runtime": "^0.9.5",
"striptags": "^2.1.1",
"to-pascal-case": "^1.0.0",
"to-snake-case": "^1.0.0",
"truncate": "^2.0.0",
"underscore": "^1.8.3",
"velocity-animate": "^1.2.3",
"velocity-react": "^1.1.5",
"victory": "^0.14.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"@storybook/addon-backgrounds": "^3.0.0",
"@storybook/addon-comments": "3.2.12",
"@storybook/addon-knobs": "3.2.12",
"@storybook/addon-options": "3.2.12",
"@storybook/react": "3.2.12",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-dead-code-elimination": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-remove-prop-types": "^0.2.10",
"babel-plugin-transform-react-router-optimize": "^1.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.11.3",
"babel-preset-meteor": "^6.11.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.13.0",
"babel-root-slash-import": "^1.1.0",
"babel-traverse": "^6.11.4",
"cordova-custom-config": "^4.0.2",
"css-loader": "^0.28.7",
"danger": "^0.15.0",
"enzyme-to-json": "^3.1.0",
"es6-promise": "^3.2.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "15.0.0",
"eslint-config-airbnb-base": "9.0.0",
"eslint-plugin-compat": "^0.1.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.52.0",
"gagarin": "^0.4.12",
"github-download": "^0.5.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"json-loader": "^0.5.4",
"lint-staged": "^3.3.1",
"mkdirp": "^0.5.1",
"mockdate": "^2.0.0",
"node-sass": "4.5.3",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.3.2",
"react-test-renderer": "^15.6.2",
"redux-saga-testing": "^0.1.1",
"rimraf": "^2.5.2",
"sass-loader": "6.0.6",
"storybook-readme": "^3.0.6",
"style-loader": "^0.19.0",
"symlink-or-copy": "^1.1.3",
"write-json-file": "^2.0.0"
}
}