-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.9 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
57
58
59
60
61
62
63
{
"name": "rs-kanban",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"tscheck": "tsc",
"start": "webpack server --open",
"build": "webpack --config webpack.config.js --mode production",
"lint": "npx eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.18.6",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"babel-loader": "9.1.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.2",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"favicons-webpack-plugin": "^6.0.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"typescript": "4.9.3",
"webpack": "5.75.0",
"webpack-cli": "5.0.0",
"webpack-dev-server": "4.11.1"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@types/styled-components": "^5.1.26",
"firebase": "^9.17.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.7.1",
"react-router-dom": "^6.8.0",
"react-scripts": "^2.1.3",
"styled-components": "^5.3.6",
"styled-icons": "^10.47.0",
"uid": "^2.0.1"
}
}