-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1023 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1023 Bytes
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
{
"name": "calendar-proxy-kt",
"version": "1.0.0",
"description": "Proxy Server for Calendar component",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/localhostcnc/calendar-proxy-kt.git"
},
"author": "Kenneth Trott",
"license": "ISC",
"bugs": {
"url": "https://github.com/localhostcnc/calendar-proxy-kt/issues"
},
"homepage": "https://github.com/localhostcnc/calendar-proxy-kt#readme",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-preset-airbnb": "^3.2.1"
}
}