-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
49
{
"name": "ncpa0cpl.github.io-adwave-docs",
"version": "1.0.0",
"main": "./dist/index.js",
"keywords": [],
"repository": {
"type": "git",
"url": ""
},
"description": "",
"license": "MIT",
"author": {
"name": "Szymon Bretner",
"email": ""
},
"scripts": {
"build": "node ./scripts/build.cjs --clean",
"build:dev": "NODE_ENV=development BASE_URL=/ node ./scripts/build.cjs --dev",
"start:dev": "NODE_ENV=development BASE_URL=/ node ./scripts/build.cjs --dev --serve --watch",
"fmt": "dprint fmt"
},
"devDependencies": {
"@ncpa0cpl/goserve": "^1.0.3",
"@types/node": "^18",
"@types/prismjs": "^1.26.4",
"async-await-queue": "^2.1.4",
"chokidar": "^3.6.0",
"dprint": "^0.46.1",
"esbuild": "^0.21.4",
"jsxte": "3.3.1",
"lightningcss": "^1.26.0",
"node-os-walk": "^1.0.2",
"prettier": "^3.3.1",
"prismjs": "^1.29.0",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
},
"dependencies": {
"adwavecss": "0.1.1",
"adwaveui": "0.0.11",
"dedent": "^1.5.3",
"htmx.org": "^1.9.12",
"workbox": "^0.0.0",
"workbox-expiration": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}