-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.84 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
{
"name": "franks-calendar",
"version": "0.0.1",
"description": "A centralized calendar for the Olin community!",
"main": "index.js",
"scripts": {
"serve": "concurrently \"webpack -p --progress --mode=development --display-error-details --config webpack.config.js --watch\" \"FLASK_ENV=development flask run --host=\"0.0.0.0\"\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/olin/franks-calendar.git"
},
"author": "Jules Brettle, Ruby Eisenbud, Karen Hinh, Jack Greenberg",
"license": "ISC",
"bugs": {
"url": "https://github.com/olin/franks-calendar/issues"
},
"homepage": "https://github.com/olin/franks-calendar#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/react": "^4.4.2",
"@fullcalendar/rrule": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"autoprefixer": "^9.8.0",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"concurrently": "^5.2.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"postcss": "^7.0.32",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"rrule": "^2.6.4",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"tailwindcss": "^1.4.6",
"tui-calendar": "^1.12.12",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-notifier": "^1.8.0"
},
"dependencies": {
"color": "^3.1.2",
"dayjs": "^1.8.35",
"react-router-dom": "^5.2.0",
"styled-components": "^5.1.1"
}
}