-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 Bytes
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
{
"scripts": {
"test": "jest",
"test-watch": "jest --watch"
},
"jest": {
"moduleDirectories": [
"node_modules",
"app/javascript/packs"
],
"roots": [
"test/javascript"
]
},
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@rails/webpacker": "5.3.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-toastify": "^7.0.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"regenerator-runtime": "^0.13.7",
"webpack-dev-server": "^3.11.2"
}
}