-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 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
{
"name": "group-expression",
"version": "1.0.0",
"description": "AD4M expression language implementation for group expressions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build-dna && npm i && tsc && rollup -c",
"build-dna": "cd hc-dna && nix-shell --run ./build.sh && cd ..",
"dev": "tsc && rollup -c -w"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@perspect3vism/ad4m": "0.1.25",
"@perspect3vism/rollup-plugin-dna": "^0.0.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.0.0",
"@tsconfig/svelte": "^1.0.0",
"@types/node": "^14.14.6",
"blake2b": "^2.1.3",
"node-sass": "^4.14.1",
"rollup": "^2.3.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.2.4",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"@jaames/iro": "^5.3.1",
"@simonwep/pickr": "^1.8.0",
"autoprefixer": "^10.1.0",
"ipfs-core-types": "^0.10.0",
"postcss": "^8.2.1"
}
}