-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.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
{
"name": "UrbanX",
"private": true,
"dependencies": {
"@rails/webpacker": "3.5",
"activestorage": "^5.2.1",
"aws-sdk": "^2.368.0",
"axios": "^0.18.0",
"babel-preset-react": "^6.24.1",
"faker": "^4.1.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-activestorage-provider": "^0.6.0",
"react-dom": "^16.5.2",
"react-dropzone": "^7.0.1",
"react-dropzone-component": "^3.2.0",
"react-flash-message": "^1.0.2",
"react-image-gallery": "^0.8.12",
"react-img-carousel": "^1.4.1",
"react-rails": "^0.2.5",
"react-redux": "^5.1.1",
"react-responsive-carousel": "^3.1.43",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react_ujs": "^2.4.4",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.83.0",
"stimulus": "^1.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"webpack-dev-server": "2.11.2"
},
"scripts": {
"lint": "eslint app/javascript/**/*.js app/javascript/**/*.jsx"
}
}