-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.92 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.92 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "habit-fract",
"version": "0.2.0",
"description": "A peer-to-peer personal habit tracking application built on Holochain",
"keywords": [
"habits",
"self-improvement",
"holochain",
"peer-to-peer"
],
"author": "Nick Stebbings",
"license": "Apache-2.0",
"scripts": {
"start": "AGENTS=1 pnpm network",
"dev": "dotenv -- concurrently \"npm run start:backend-services\" \"npm run start:backend-dev\" \"VITE_NODE_ENV=dev npm run start:frontend\" \"cd ui && npm run generate:watch\" \"npm run open-browser\"",
"test": "npm run test:zomes; npm run test:ui",
"test:ui": "pnpm run --dir tests test:ui",
"build:frontend": "cd ui && npm run build",
"start:frontend": "cd ui && npm run start",
"open-browser": "sleep 15 && open-cli http://localhost:${VITE_UI_PORT}",
"start:backend-services": "cd crates && npm run start:precheck ",
"start:backend-dev": "cd crates && npm run start:dev",
"start:backend-prod": "cd crates && npm run start:prod",
"test:zomes": "pnpm run --dir tests test:zomes",
"check-env": "test ! -f .env && cp .env.example .env && cp .env crates/.env; exit 0",
"network": "pnpm build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"pnpm local-services\" \"VITE_NODE_ENV=tauri pnpm run start:frontend\" \"pnpm launch\"",
"build:happ": "npm run build:zomes && hc app pack workdir --recursive",
"build:zomes": "CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown --workspace --exclude habit_fract",
"local-services": "hc run-local-services --bootstrap-interface $INTERNAL_IP --bootstrap-port $BOOTSTRAP_PORT --signal-interfaces $INTERNAL_IP --signal-port $SIGNAL_PORT",
"network:android": "pnpm build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"pnpm local-services\" \"VITE_NODE_ENV=tauri pnpm run start:frontend\" \"pnpm tauri dev\" \"pnpm tauri android dev\"",
"launch": "concurrently-repeat \"pnpm run tauri dev --verbose --no-watch\" $AGENTS",
"tauri": "tauri",
"lint": "npx eslint ui design-system",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier ui design-system --check",
"prettier:fix": "npm run prettier -- --write",
"prepare": "husky"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"@tauri-apps/plugin-updater": "2.0.0-rc.0",
"@types/d3": "^7.4.3",
"@types/luxon": "^3.4.2",
"antd": "^5.11.0",
"apexcharts": "^3.44.0",
"autoprefixer": "^10.4.16",
"broadcastchannel-polyfill": "^1.0.1",
"buffer": "^6.0.3",
"d3-array": "^3.2.4",
"d3-hierarchy": "^3.1.2",
"d3-path": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"flowbite": "^2.0.0",
"flowbite-react": "^0.10.0",
"formik": "^2.4.5",
"framer-motion": "^11.3.24",
"habit-fract-design-system": "workspace:*",
"jotai": "^2.9.2",
"jotai-minidb": "^0.0.7",
"luxon": "^3.4.4",
"postcss": "^8.4.31",
"react": "^18.2.0",
"tailwindcss": "^3.3.5",
"yup": "1.3.2"
},
"devDependencies": {
"@apollo/client": "^3.8.6",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@eslint/js": "^9.11.1",
"@graphql-codegen/typescript-graphql-files-modules": "^3.0.0",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@graphql-tools/utils": "^10.1.0",
"@holochain-playground/cli": "^0.2.0",
"@holochain/hc-spin": "^0.200.10",
"@playlyfe/gql": "^2.6.2",
"@rollup/plugin-graphql": "^2.0.4",
"@tauri-apps/cli": "2.0.0-rc.1",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/d3-zoom": "^3.0.8",
"@types/node": "^22.2.0",
"@types/react": "^18.2.37",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-import": "^1.13.8",
"concurrently": "9.0.0",
"concurrently-repeat": "^0.0.1",
"d3-ease": "^3.0.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"fake-indexeddb": "^5.0.2",
"globals": "^15.9.0",
"husky": "^9.1.6",
"internal-ip-cli": "^2.0.0",
"new-port-cli": "^1.0.0",
"open-cli": "8.0.0",
"prettier": "3.3.3",
"react-dom": "^18.2.0",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.7.0",
"vite": "5.4.8",
"vite-plugin-dts": "^4.2.2",
"vite-plugin-node-polyfills": "0.22.0"
},
"packageManager": "pnpm@9.4.0+sha1.9217c800d4ab947a7aee520242a7b70d64fc7638"
}