-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.31 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.31 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
{
"scripts": {
"server": "atma server"
},
"atma": {
"plugins": [
"atma-loader-ts"
],
"settings": {
"include": {
"amd": true,
"extentionDefault": {
"js": "ts"
},
"routes": {
"@core": "src/{0}",
"@dequanto": "dequanto/src/{0}",
"@0xweb": "0xweb/{0}"
}
},
"atma-loader-ts": {
"typescript": {
"compilerOptions": {
"module": "AMD",
"sourceMap": false,
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ES2020"
}
}
}
}
},
"dependencies": {
"@ethereumjs/common": "^2.5.0",
"@ethereumjs/tx": "^3.3.2",
"a-di": "^1.0.25",
"alot": "^0.2.96",
"appcfg": "^0.4.63",
"atma": "^0.15.12",
"atma-io": "^1.2.62",
"atma-utils": "^0.2.51",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"ethers": "^5.5.1",
"everlog": "^1.0.11",
"memd": "^0.3.11",
"papaparse": "^5.3.1",
"ts-nameof": "^5.0.0",
"web3": "^1.6.0",
"web3-core": "^1.6.0",
"web3-core-subscriptions": "^1.6.0"
},
"devDependencies": {
"0xweb": "^0.9.28",
"atma-loader-ts": "^1.1.18",
"includejs": "^0.16.7"
}
}