-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 874 Bytes
/
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
{
"name": "9planner",
"version": "0.1.0",
"description": "The 9 Schedule Planner",
"repository": {
"type": "git",
"url": "https://[email protected]/kirsh123/9planner.git"
},
"author": "Shilong Dai",
"license": "BSD 3 Clause",
"dependencies": {
"react": "16.9.0",
"react-dom": "16.9.0",
"rest": "2.0.0",
"react-bootstrap": "1.0.0-beta.12",
"bootstrap": "4.3.1",
"@toast-ui/react-calendar": "1.0.3",
"react-big-calendar": "0.23.0",
"moment": "2.24.0",
"terser-webpack-plugin": "latest"
},
"scripts": {
"watch": "webpack --watch -d"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.6",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"webpack": "4.39.2",
"webpack-cli": "3.3.7"
}
}