-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
35
36
{
"name": "charlesmulder.net",
"version": "0.0.1",
"description": "Personal xterm webstie",
"module": "dist/main.mjs",
"exports": "",
"main": "dist/",
"scripts": {
"build": "webpack --mode production --progress --target web --config webpack.config.js",
"watch": "webpack --mode development --progress --target web --watch --color --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlesmulder/charlesmulder.net.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "Charles Mulder",
"license": "ISC",
"bugs": {
"url": "https://github.com/charlesmulder/charlesmulder.net/issues"
},
"homepage": "https://github.com/charlesmulder/charlesmulder.net#readme",
"dependencies": {
"animal-vegetable": "^1.0.0",
"cowsay": "^1.5.0",
"luxon": "^2.3.2",
"ua-parser-js": "^1.0.2",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"webpack-cli": "^4.9.2"
}
}