-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.66 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.66 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "turf",
"version": "0.0.0",
"description": "",
"scripts": {
"init": "cp .env .env.local",
"start": "vite",
"start2": "SHIP_URL='http://127.0.0.1:8081' npm run dev -- --port 3001",
"start3": "SHIP_URL='http://127.0.0.1:8082' npm run dev -- --port 3002",
"tmux": "bin/use_tmux.sh",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"_glob": "bin/install.sh -g $GLOBBER_DESK",
"_desk": "bin/install.sh $TURF_DESK",
"_desk2": "bin/install.sh $TURF_DESK2",
"_desk3": "bin/install.sh $TURF_DESK3",
"_desks": "bin/install.sh $TURF_DESK & bin/install.sh $TURF_DESK2",
"_deskss": "bin/install.sh $TURF_DESK & bin/install.sh $TURF_DESK2 & bin/install.sh $TURF_DESK3",
"_desk-dist": "bin/install.sh $TURF_DIST_DESK",
"_desk-watch": "bin/install.sh -w $TURF_DESK",
"glob": "dotenv -c -- npm run _glob",
"desk": "dotenv -c -- npm run _desk",
"desk2": "dotenv -c -- npm run _desk2",
"desk3": "dotenv -c -- npm run _desk3",
"desks": "dotenv -c -- npm run _desks",
"deskss": "dotenv -c -- npm run _deskss",
"deskd": "dotenv -c -- npm run _desk-dist",
"deskw": "dotenv -c -- npm run _desk-watch",
"dist": "npm run build && npm run glob",
"_get-glob": "bin/get_glob.sh $GLOBBER_DESK",
"get-glob": "dotenv -c -- npm run _get-glob",
"_commit": "bin/commit.sh $TURF_DESK",
"commit": "dotenv -c -- npm run _commit",
"_urbit": "bash -c -- $TURF_DESK/../.run #This (and _urbit2) invokes bash solely because the user may have set $TURF_DESK to something including ~, which bash will expand as $HOME but some other shells may not.",
"_urbit2": "bash -c -- $TURF_DESK2/../.run",
"urbit": "dotenv -c -- npm run _urbit",
"urbit2": "dotenv -c -- npm run _urbit2",
"_test": "echo \"$TURF_DESK\"",
"test": "dotenv -c -- npm run _test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnhyde/turf.git"
},
"keywords": [
"urbit",
"hoon"
],
"author": "",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@solid-primitives/scheduled": "^1.3.2",
"@solidjs/router": "^0.8.3",
"@urbit/api": "^2.3.0",
"@urbit/http-api": "^2.4.5-debug",
"@urbit/vite-plugin-urbit": "^1.0.0",
"dotenv-cli": "^7.3.0",
"gifuct-js": "^2.1.2",
"lodash": "^4.17.21",
"phaser": "^3.80.1",
"solid-js": "^1.6.10",
"urbit-ob": "^5.0.1"
},
"bugs": {
"url": "https://github.com/johnhyde/turf/issues"
},
"homepage": "https://github.com/johnhyde/turf#readme"
}