-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.86 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
{
"name": "ohmuritel",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.1",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.31",
"@material-ui/styles": "^4.5.2",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/actiontext": "^6.0.0",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"babel-plugin-optimize-clsx": "^2.5.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clsx": "^1.0.4",
"date-fns": "^2.5.0",
"envify": "^4.1.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"lodash": "latest",
"material-ui-flat-pagination": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.10.1",
"react-apollo-network-status": "^3.0.0",
"react-dom": "^16.10.1",
"react-hook-form": "^3.24.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-trix": "^0.5.1",
"react-waypoint": "^9.0.2",
"trix": "^1.0.0",
"use-debounce": "^3.1.0"
},
"version": "0.1.0",
"devDependencies": {
"react-axe": "^3.3.0",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"webpack-dev-server": "^3.8.1"
},
"standard": {
"ignore": [
"bin/**/*",
"db/**/*",
"log/**/*",
"tmp/**/*",
"storage/**/*",
"spec/**/*",
"app/assets/**/*",
"app/controllers/**/*",
"app/graphql/**/*",
"app/helpers/**/*",
"app/jobs/**/*",
"app/mailers/**/*",
"app/models/**/*",
"app/views/**/*"
]
},
"scripts": {
"postinstall": "ruby /app/scripts/heroku_yml_update.rb"
}
}