-
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) · 969 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 969 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": "logout",
"version": "1.0.0",
"description": "LogOut from your daily business and dive in to your outdoor activities.",
"main": "/src/index.js",
"scripts": {
"dev": "webpack-dev-server --open",
"start": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickvilliger/logout.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/patrickvilliger/logout/issues"
},
"homepage": "https://github.com/patrickvilliger/logout#readme",
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2"
},
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}