forked from InfuseGroup/technical-challenges
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 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
{
"name": "technical_challenge",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.8.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-select": "^4.0.13",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"jquery": "^3.4.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-select": "^4.1.0",
"react_ujs": "^2.6.1",
"ts-loader": "^6.2.1",
"turbolinks": "^5.2.0",
"typescript": "^3.7.5"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.10.3"
}
}