-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "candela",
"private": true,
"scripts": {
"server-console": "docker-compose run --rm api bundle exec rails c"
},
"dependencies": {
"@rails/actioncable": "^6.1.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"bootstrap": "4.6.0",
"classnames": "^2.3.1",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"next": "^12.2.5",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react_ujs": "^2.6.1",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.1",
"sass": "^1.54.4",
"sortablejs": "^1.13.0",
"typescript": "^4.7.4",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.182",
"@types/node": "^18.7.4",
"@types/rails__actioncable": "^6.1.0",
"@types/react": "^18.0.17",
"@types/sortablejs": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"prettier": "^2.7.1"
}
}