-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.36 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "yas-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdonalds/YAS-frontend.git"
},
"author": "zych1751",
"license": "ISC",
"bugs": {
"url": "https://github.com/webdonalds/YAS-frontend/issues"
},
"homepage": "https://github.com/webdonalds/YAS-frontend#readme",
"dependencies": {
"@tailwindcss/line-clamp": "^0.2.0",
"@types/axios": "^0.14.0",
"@types/bootstrap": "^5.0.1",
"@types/react-bootstrap": "^0.32.25",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"postcss-loader": "^4.2.0",
"react": "^16.13.1",
"react-bootstrap": "^1.4.0",
"react-bottom-scroll-listener": "^5.0.0",
"react-dom": "^16.13.1",
"react-google-login": "^5.1.22",
"react-icons": "^4.1.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@types/fork-ts-checker-webpack-plugin": "^0.4.5",
"@types/html-webpack-plugin": "^3.2.3",
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.6",
"@types/redux": "^3.6.0",
"@types/webpack": "^4.41.22",
"@types/webpack-dev-server": "^3.11.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.10.0",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.8",
"postcss-cli": "^8.3.1",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}