-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 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
47
48
49
50
51
{
"name": "task-manager",
"private": true,
"scripts": {
"lint": "node_modules/.bin/eslint app/javascript"
},
"dependencies": {
"@asseinfo/react-kanban": "^2.2.0",
"@babel/preset-react": "^7.16.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"@reduxjs/toolkit": "^1.7.0",
"axios": "^0.24.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"humps": "^2.0.1",
"material-design-lite": "^1.3.0",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-redux": "^7.2.6",
"react-select": "^5.2.1",
"redux": "^4.1.2",
"styled-components": "^5.3.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpacker-react": "^0.3.2"
},
"version": "0.1.0",
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.0",
"webpack-dev-server": "^3"
}
}