-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 956 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 956 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
{
"name": "clock-of-change-frontend",
"version": "1.0.0",
"description": "Clock of Change Frontend",
"main": "webpack.config.js",
"browserslist": [
"last 2 major versions",
"> 1%",
"maintained node versions",
"not dead",
"ie > 8"
],
"scripts": {
"build": "node_modules/.bin/webpack --progress",
"watch": "node_modules/.bin/webpack --progress --watch"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.0.6",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Human-Connection/Clock-of-Change-Frontend.git"
},
"author": "Matthias Böhm",
"license": "ISC",
"bugs": {
"url": "https://github.com/Human-Connection/Clock-of-Change-Frontend/issues"
},
"homepage": "https://github.com/Human-Connection/Clock-of-Change-Frontend#readme"
}