-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.4 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "trilo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "MODE=development webpack serve --open --config webpack.dev.conf.js",
"build": "MODE=production webpack --config webpack.prod.conf.js",
"api-test": "MODE=test webpack serve --open --config webpack.dev.conf.js",
"check-types": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamCoSaIn/trilo-fe"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamCoSaIn/trilo-fe/issues"
},
"homepage": "https://github.com/teamCoSaIn/trilo-fe#readme",
"dependencies": {
"@blocknote/core": "^0.6.2",
"@blocknote/react": "^0.6.2",
"@mui/material": "^5.11.12",
"@mui/styled-engine-sc": "^5.11.11",
"@react-google-maps/api": "^2.18.1",
"@tanstack/react-query": "^4.24.10",
"axios": "^1.3.4",
"dotenv": "^16.0.1",
"immer": "^10.0.1",
"jwt-decode": "^3.1.2",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.4",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.2",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.5",
"use-places-autocomplete": "^4.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime-corejs3": "^7.21.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query-devtools": "^4.28.0",
"@types/google.maps": "^3.53.0",
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.11",
"@types/react-responsive": "^8.0.5",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-import-resolver-webpack": "^0.13.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",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"msw": "^1.1.0",
"prettier": "^2.8.4",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"typescript": "^4.7.3",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"msw": {
"workerDirectory": "public"
}
}