-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.78 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
{
"name": "pointer",
"private": true,
"dependencies": {
"@babel/plugin-syntax-export-default-from": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@cogent-labs/react-rating-component": "^1.1.0",
"@material-ui/core": "^4.3.3",
"@material-ui/lab": "^4.0.0-alpha.24",
"@rails/webpacker": "^4.0.7",
"@types/history": "^4.7.3",
"@types/js-cookie": "^2.2.2",
"@types/react-router": "^5.0.3",
"@types/reactstrap": "^8.0.4",
"activestorage": "^5.2.3",
"availity-reactstrap-validation": "^2.6.0",
"axios": "^0.19.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"coffee-loader": "^0.9.0",
"coffeescript": "1.12.7",
"dotenv": "^8.0.0",
"figaro-js": "^3.0.2",
"font-awesome": "^4.7.0",
"google-map-react": "^1.1.4",
"history": "^4.9.0",
"i18n-js": "^3.3.0",
"jquery": "^3.4.1",
"jquery-ujs": "^1.2.2",
"lint": "^0.7.0",
"lodash": "^4.17.15",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"pusher-js": "^5.0.0",
"rails-erb-loader": "^5.5.2",
"rails-ujs": "^5.2.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"reactstrap": "^8.0.1",
"styled-components": "^4.3.2",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"webpack-dev-server": "^3.8.0"
}
}