-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.61 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
{
"name": "@holo-rea/app-offers-needs-marketplace",
"private": true,
"version": "1.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "scripts/clean.sh",
"build": "rollup -c",
"dev": "REACT_APP_HC_CONN_URL='ws://localhost:4001' rollup -c -w",
"start": "sirv public -s --single"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^10.0.1",
"rollup": "^2.56.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-workbox": "^6.2.0",
"svelte": "^3.59.2",
"svelte-preprocess": "^4.0.7",
"tslib": "^2.5.0",
"typescript": "^4.9.4",
"vite": "^4.3.5",
"vite-plugin-checker": "^0.5.3",
"vite-plugin-fonts": "^0.7.0",
"vite-plugin-static-copy": "^0.15.0",
"vitest": "^0.31.0"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@vf-ui/graphql-client-holochain": "0.0.1-alpha.21",
"@vf-ui/offer-create-form": "workspace:*",
"@vf-ui/offers-page": "workspace:*",
"@vf-ui/timeline-page": "workspace:*",
"eslint": "^7.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-svelte3": "^2.7.3",
"graphql": "^15.8.0",
"routve": "^1.1.10",
"sirv-cli": "^0.4.4",
"svelte-apollo": "^0.4.0"
},
"license": "Apache-2.0"
}