-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 KB
/
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
{
"name": "pieterheijman.github.io",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.com/PieterHeijman/PieterHeijman.github.io.svg?branch=master)](https://travis-ci.com/PieterHeijman/PieterHeijman.github.io)",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PieterHeijman/PieterHeijman.github.io.git"
},
"author": "Pieter Heijman",
"license": "ISC",
"bugs": {
"url": "https://github.com/PieterHeijman/PieterHeijman.github.io/issues"
},
"homepage": "https://github.com/PieterHeijman/PieterHeijman.github.io#readme",
"devDependencies": {
"typescript": "^4.5.4"
},
"dependencies": {
"@radix-ui/react-hover-card": "^0.1.3",
"@radix-ui/react-popover": "^0.1.4",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.2.6",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
}
}