-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.74 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
{
"name": "minimal-bears",
"description": "Application for phonetic training",
"author": "Guy Emerson, Stanislaw Pstrokonski, and Gergő Halász",
"license": "AGPL-3.0",
"repository": "https://github.com/bigstas/MinimalBears",
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"apollo-boost": "^0.1.20",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.3",
"apollo-link-context": "^1.0.17",
"apollo-link-http": "^1.5.5",
"chart.js": "2.5.x",
"counterpart": "^0.18.6",
"graphql": "^0.12.3",
"graphql-tag": "^2.10.0",
"immutability-helper": "^2.1.2",
"jwt-decode": "^2.2.0",
"meteor-node-stubs": "^0.2.5",
"peaks.js": "^0.8.1",
"pg": "^6.4.2",
"postgraphile": "^4.0.0-beta.3",
"react": "^16.6.0",
"react-addons-pure-render-mixin": "^15.4.2",
"react-apollo": "^2.2.4",
"react-chartjs-2": "^2.6.4",
"react-dom": "^16.6.0",
"react-interpolate-component": "^0.12.0",
"react-joyride": "^1.10.1",
"react-router": "^3.0.2",
"react-select": "^1.1.0",
"react-social": "^1.7.1",
"react-tooltip": "^3.2.2",
"react-translate-component": "^0.15.1",
"react-youtube": "^7.3.0",
"redux": "^3.6.0",
"tween": "^0.9.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-jest": "^19.0.0",
"babel-preset-react": "^6.23.0",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"regenerator-runtime": "^0.10.3"
},
"resolutions": {
"graphql": "0.12.3"
},
"scripts": {
"test": "jest"
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"roots": [
"lib/tests"
]
},
"babel": {
"presets": [
"es2015",
"react"
]
}
}