-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "hexagons",
"version": "1.0.0",
"description": "hexagon gebastel.",
"contributors": [
{
"name": "Hannes Leutloff",
"email": "hannes.leutloff@yeldirum.de",
"url": "https://yeldirium.de/"
}
],
"private": true,
"type": "module",
"dependencies": {
"defekt": "9.3.0",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"type-fest": "2.19.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "0.16.4",
"@jest/globals": "^29.7.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/lodash": "4.14.184",
"esbuild": "0.15.5",
"http-server": "14.1.1",
"jest": "^29.7.0",
"semantic-release": "^24.0.0",
"ts-jest": "^29.2.4",
"ts-node": "10.9.1"
},
"scripts": {
"build": "node --loader ts-node/esm --experimental-specifier-resolution=node --no-warnings ./scripts/build.ts",
"build:production": "NODE_ENV=production npm run build",
"build:watch": "WATCH=true npm run build",
"serve": "http-server build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/yeldirium/hexagons.git"
},
"keywords": [],
"license": "MIT"
}