-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
56
{
"name": "shipyard-rocks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "LANCER_CLIENT_DIR=client/library lancer build",
"build-evm": "LEARN_EVM=1 LANCER_CLIENT_DIR=client/learn_evm LANCER_STATIC_DIR=public/learn_evm lancer build",
"init": "lancer init",
"dev": "LANCER_CLIENT_DIR=client/library lancer dev",
"dev-evm": "LEARN_EVM=1 LANCER_CLIENT_DIR=client/learn_evm LANCER_STATIC_DIR=public/learn_evm lancer dev",
"evm:gen-previews": "NODE_ENV=production SESSION_SECRET=null node scripts/learn_evm/preview-images/generate.mjs",
"postinstall": "patch-package"
},
"engines": {
"node": ">=16 <18"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@0xmacro/trim": "^0.9.2",
"@ethereumjs/vm": "^5.5.3",
"@lancer/studio": "^0.21.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.4.1",
"@types/mithril": "^2.0.8",
"alpinejs": "^3.10.5",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"crypto-browserify": "^3.12.0",
"endent": "^2.1.0",
"ethers": "^5.4.7",
"events": "^3.3.0",
"immediate": "^3.3.0",
"marked": "^4.0.18",
"mithril": "^2.0.4",
"mithril-cc": "^0.9.9",
"ospec": "^4.1.6",
"pagecrypt": "^5.4.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"tailwindcss": "^2.2.16",
"three": "^0.145.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"node-font2base64": "^0.8.1",
"node-html-to-image": "^3.3.0",
"solc": "^0.8.10",
"typescript": "^4.5.2"
}
}