forked from exploratortech/CodingTest-RoR-Typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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
{
"name": "ror-react-typescript-coding-challenge",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"@themgoncalves/super-query": "^3.0.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"axios": "^0.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "5.1.3",
"mobx": "^6.3.13",
"mobx-react-lite": "^3.2.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-bootstrap": "^2.2.0",
"react-dom": "^17.0.2",
"react_ujs": "^2.6.1",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-react": "^7.28.0",
"webpack-dev-server": "^3"
},
"resolutions": {
"styled-components": "^5"
},
"scripts": {
"start": "foreman start -f Procfile.dev"
}
}