-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.61 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
{
"name": "carpool-on-rails",
"private": true,
"engines": {
"npm": "5.5.x",
"node": "8.9.x",
"yarn": ">= 0.25.2"
},
"dependencies": {
"@rails/webpacker": "^3.2.2",
"@types/lodash": "^4.14.104",
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"@types/react-transition-group": "^2.0.7",
"apollo-client-preset": "^1.0.5",
"apollo-link-context": "^1.0.3",
"apollo-link-error": "^1.0.3",
"apollo-link-state": "^0.3.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chosen-js": "^1.8.2",
"coffeescript": "^1.12.7",
"fullcalendar": "3.4.0",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"jquery-contextmenu": "^2.6.3",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.scrollto": "^2.1.2",
"jquery.ui.touch": "^0.0.1",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"react-on-rails": "^10.1.1",
"react-transition-group": "^2.2.1",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.2",
"spin.js": "2.3.2",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2"
},
"devDependencies": {
"babel-plugin-graphql-tag": "^1.5.0",
"jest": "^22.1.1",
"webpack-dev-server": "^2.9.7"
},
"scripts": {
"test": "jest"
},
"jest": {
"roots": [
"spec/javascript",
"app/javascript"
],
"moduleDirectories": [
"node_modules",
"app/javascript"
]
}
}