-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "always_homemade",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "eslint --ext .js app/webpack/helpers app/webpack/components",
"format": "yarn lint --fix",
"test": "jest"
},
"dependencies": {
"@babel/preset-react": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.4.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"flush-promises": "^1.0.2",
"jquery": "^3.4.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"rails-erb-loader": "^5.5.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^16.12.0",
"react-image-crop": "^8.5.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react_ujs": "^2.6.1",
"redux": "^4.0.5",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"canvas": "^2.6.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-simple-import-sort": "^5.0.2",
"jest": "^25.1.0",
"jest-canvas-mock": "^2.2.0",
"webpack-dev-server": "^3.10.3"
}
}