-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
81 lines (81 loc) · 2.38 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
{
"name": "togetherfront",
"version": "1.0.0",
"description": "집현전 친바 프로젝트 프론트 레포입니다",
"main": "index.js",
"scripts": {
"dev": "cross-env webpack serve --env development",
"build": "cross-env NODE_ENV=production webpack",
"predeploy": "npm run build; cp dist/index.html dist/404.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Together42/frontend.git"
},
"keywords": [
"front"
],
"author": "keinn51",
"license": "ISC",
"bugs": {
"url": "https://github.com/Together42/frontend/issues"
},
"dependencies": {
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/interaction": "^6.0.2",
"@fullcalendar/react": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"@loadable/component": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/react-dom": "^18.0.10",
"axios": "^1.2.2",
"cross-env": "^7.0.3",
"date-fns": "^2.29.3",
"dotenv-webpack": "^8.0.1",
"gh-pages": "^4.0.0",
"pretty-checkbox": "^3.0.3",
"rc-checkbox": "^2.3.2",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-chrono": "^1.20.0",
"react-dom": "^18.2.0",
"react-router": "^6.6.1",
"react-router-dom": "^6.6.1",
"react-spinners": "^0.13.7",
"react-textarea-autosize": "^8.4.0",
"recoil": "^0.7.6",
"sass": "^1.69.5",
"style-loader": "^3.3.1",
"swr": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-calendar": "^3.9.0",
"@types/webpack": "^5.28.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.1",
"react-refresh": "^0.14.0",
"sass-loader": "^13.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"homepage": "https://together.42jip.net/"
}