-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "dwellingly",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.16.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"@react-hook/media-query": "^1.1.1",
"axios": "^0.24.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"msw": "^0.21.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-calendar": "^3.5.0",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-search-panel": "^1.0.9",
"react-toastify": "^8.1.0",
"react_ujs": "^2.6.1",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"yup": "^0.32.11"
},
"version": "0.1.0",
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"cypress": "^9.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.10.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-react": "^7.29.3",
"jest": "^27.4.7",
"webpack-dev-server": "^3"
},
"scripts": {
"test": "jest",
"lint": "eslint spec/javascript app/javascript",
"watch": "./bin/webpack-dev-server"
}
}