-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
195 lines (195 loc) · 6.21 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
{
"name": "beenest",
"version": "2.0.0",
"precommit": [],
"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"dev": "NODE_ENV=development npm run serve",
"stage": "NODE_ENV=production webpack -p --config ./config/webpack.staging.js",
"prod": "NODE_ENV=production webpack -p --config ./config/webpack.production.js",
"testnet": "NODE_ENV=production webpack -p --config ./config/webpack.testnet.js",
"serve": "node src/server.js",
"update": "npm-check -u",
"test": "NODE_ENV=test jest"
},
"private": true,
"dependencies": {
"@types/big.js": "^4.0.5",
"@types/draft-js": "^0.10.26",
"@types/flat": "0.0.28",
"@types/googlemaps": "^3.30.16",
"@types/graphql": "^14.0.3",
"@types/lodash.debounce": "^4.0.4",
"@types/lodash.omit": "^4.5.4",
"@types/lodash.once": "^4.1.4",
"@types/qs": "^6.5.1",
"@types/react": "^16.8.2",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dates": "^17.1.2",
"@types/react-dom": "^16.8.0",
"@types/react-router": "^4.4.0",
"@types/react-router-dom": "^4.3.1",
"@types/react-slick": "^0.23.2",
"@types/react-stripe-elements": "^1.1.8",
"@types/reactstrap": "^7.1.3",
"@types/recompose": "^0.27.0",
"@types/sanitize-html": "^1.18.2",
"@types/stripe": "^6.0.3",
"@types/styled-components": "^4.0.3",
"@types/validator": "^9.4.2",
"@types/web3": "^1.0.11",
"@types/webpack": "^4.4.17",
"@types/yup": "^0.26.3",
"apollo-cache-inmemory": "^1.3.8",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.3",
"apollo-link-context": "^1.0.9",
"apollo-link-http": "^1.5.5",
"apollo-link-state": "^0.4.2",
"autotrack": "^2.4.1",
"babel-runtime": "^6.26.0",
"big.js": "^5.2.2",
"date-fns": "^1.29.0",
"draft-js": "^0.10.5",
"draft-js-export-html": "^1.2.0",
"draft-js-import-html": "^1.3.0",
"firebase": "^5.5.6",
"flat": "^4.1.0",
"formik": "^1.4.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"lodash.omit": "^4.5.0",
"lodash.once": "^4.1.1",
"qs": "^6.5.2",
"raven-js": "^3.27.0",
"rc-calendar": "^9.8.2",
"react": "^16.8.1",
"react-apollo": "^2.2.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dates": "^18.2.0",
"react-dom": "^16.8.1",
"react-dropzone-component": "^3.2.0",
"react-google-maps": "^9.4.5",
"react-qr-svg": "^2.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-slick": "^0.23.2",
"react-star-ratings": "^2.3.0",
"react-stripe-elements": "^2.0.1",
"react-switch": "^3.0.4",
"react-tag-input": "^5.2.3",
"reactstrap": "^7.1.0",
"s3-deploy": "^1.1.4",
"sanitize-html": "^1.19.0",
"styled-components": "^4.0.3",
"url": "^0.11.0",
"validator": "^10.7.1",
"web3": "1.0.0-beta.36",
"webpack": "^4.23.1",
"websocket": "^1.0.28",
"yup": "^0.26.6"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.9",
"@types/jsdom": "^12.2.0",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"clean-webpack-plugin": "^0.1.19",
"commander": "^2.19.0",
"css-loader": "^2.1.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"file-loader": "^2.0.0",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"morgan": "^1.9.1",
"node-sass": "^4.11.0",
"npm-check": "^5.9.0",
"opn": "^5.4.0",
"pre-commit": "^1.2.2",
"sass-loader": "^7.1.0",
"serve-static": "^1.13.2",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0",
"typescript": "^3.1.5",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.4"
},
"jest": {
"verbose": true,
"globals": {
"NODE_ENV": "test",
"SETTINGS": {
"BEENEST_HOST": "http://localhost:4200",
"BEENEST_HOST_API": "http://localhost:3000",
"BEETOKEN_ADDRESS": "0x7fffac23d59d287560dfeca7680b5393426cf503",
"BEETOKEN_PAYMENT_ADDRESS": "0x3941be29a3ddfd26279d9172f288e1dd6a80a964",
"FACEBOOK_APP_ID": "",
"FIREBASE_CONFIG": {
"apiKey": "AIzaSyBVVBElrARlNDNLeTAHYuD6dvvAIXdU93E",
"authDomain": "the-bee-token-firebae-dev.firebaseapp.com",
"databaseURL": "https://the-bee-token-firebae-dev.firebaseio.com",
"messagingSenderId": "669922704471",
"projectId": "the-bee-token-firebae-dev",
"storageBucket": "the-bee-token-firebae-dev.appspot.com"
},
"GOOGLE_MAPS_KEY": "",
"STRIPE_CLIENT_KEY": "",
"SENTRY_CLIENT_DSN": "https://ee59845fce1746e4a2d6d664fd7a441b@sentry.io/1193097"
}
},
"setupTestFrameworkScriptFile": "<rootDir>/src/utils/setupTests.ts",
"modulePaths": [
"/src/"
],
"moduleDirectories": [
"node_modules",
"src"
],
"cacheDirectory": "<rootDir>/.jestcache/",
"notify": true,
"roots": [
"<rootDir>/src/"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testURL": "http://localhost",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"moduleNameMapper": {
"^assets(.*)$": "<rootDir>/src/assets$1",
"^components(.*)$": "<rootDir>/src/components$1",
"^configs(.*)$": "<rootDir>/src/configs$1",
"^HOCs(.*)$": "<rootDir>/src/HOCs$1",
"^networking(.*)$": "<rootDir>/src/networking$1",
"^utils(.*)$": "<rootDir>/src/utils$1"
}
}
}