-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.25 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
{
"name": "reaction",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.6.3",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"acorn": "^7.1.1",
"axios": "^0.19.0",
"axios-mock-adapter": "^1.17.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"debounce": "^1.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"flush-promises": "^1.0.2",
"jest": "^24.9.0",
"jquery": "^3.4.1",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"pikaday": "^1.8.0",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"resolve-url-loader": "^3.1.0",
"turbolinks": "^5.2.0"
},
"resolutions": {
"serialize-javascript": "^2.1.1"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"test": "jest",
"lint": "eslint app/javascript/**/* --color"
},
"jest": {
"roots": [
"./app/javascript"
]
}
}