-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.67 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
55
56
{
"name": "task-manager",
"private": true,
"dependencies": {
"@asseinfo/react-kanban": "^2.2.0",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.22.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.0.0",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"babel-loader": "8.2.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "3.4.1",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"humps": "^2.0.1",
"material-design-lite": "^1.3.0",
"node-sass": "4.14.1",
"object-to-formdata": "^4.5.1",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"qs": "^6.11.2",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-image-crop": "^11.0.5",
"react-redux": "^8.1.2",
"react-select": "^5.7.4",
"redux": "^4.2.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpacker-react": "^0.3.2"
},
"version": "0.1.0",
"devDependencies": {
"style-loader": "2.0.0",
"webpack-dev-server": "^3"
},
"scripts": {
"lint": "node_modules/.bin/eslint app/javascript"
}
}