-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 917 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 917 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": "eljose47.github.io",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.4.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"start": "webpack serve --open --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eljose47/eljose47.github.io.git"
},
"author": "eljose47",
"license": "ISC",
"bugs": {
"url": "https://github.com/eljose47/eljose47.github.io/issues"
},
"homepage": "https://github.com/eljose47/eljose47.github.io#readme",
"description": ""
}