This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.5 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
50
51
52
53
54
55
{
"version": "0.0.0-development",
"scripts": {
"build:purescript": "spago build -x",
"dev": "parcel public/index.html --port 8080",
"prebuild": "rm -rf dist",
"build": "spago build -x && parcel build public/index.html && cp _redirects dist",
"test": "spago test"
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/color": "^1.2.4",
"@thi.ng/dcons": "^2.2.20",
"@thi.ng/geom": "^1.9.7",
"@thi.ng/geom-api": "^1.0.20",
"@thi.ng/hdom-canvas": "^3.0.11",
"@thi.ng/hiccup-canvas": "^1.0.3",
"@thi.ng/math": "^1.7.10",
"@thi.ng/matrices": "^0.6.18",
"@thi.ng/transducers": "^7.0.0",
"@thi.ng/vectors": "^4.4.3",
"marked": "^1.1.1",
"micromodal": "^0.4.6",
"microtip": "^0.2.2",
"normalize.css": "^8.0.1",
"seedrandom": "^3.0.5",
"ts-adt": "^1.0.1",
"tslib": "^1.13.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/micromodal": "^0.3.1",
"@types/seedrandom": "^2.4.28",
"@types/webpack-env": "^1.15.2",
"all-contributors-cli": "^6.15.0",
"cssnano": "^4.1.10",
"htmlnano": "^0.2.5",
"hygen": "^5.0.3",
"nodemon": "^2.0.4",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.11",
"semantic-release": "^17.0.8",
"terser": "^4.7.0",
"typescript": "^3.9.7"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Mateiadrielrafael/lunarbox.git"
},
"alias": {
"src": "./src"
}
}