This repository was archived by the owner on Mar 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.98 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
{
"name": "pear-pass",
"main": "index.html",
"pear": {
"PEERTOPEERHUB_COM": "750a7c8fbc6dcddfd667812b12652acc9f7adc9bb8e1d3b92578b5e2c530cb9a",
"autoCreate": false,
"autoLogin": false,
"fakePws": false,
"testUser": "TestUser",
"testPw": "password",
"name": "pear-pass",
"type": "desktop",
"gui": {
"title": "asd",
"backgroundColor": "#ffffff",
"height": 820,
"width": 1080
},
"stage": {
"ignore": [
".DS_Store",
".vscode",
"test",
"src",
"dev-users/*",
"dev-users",
".git",
"log",
"node_modules/.package-lock.json",
"logs",
"plan.md",
"test.js",
".babelrc",
".gitignore"
]
}
},
"standard": {
"globals": [
"Pear"
]
},
"homepage": "https://github.com/MKPLKN/peer-pass#readme",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"babel-preset-minify": "^0.5.2",
"brittle": "^3.0.0",
"concurrently": "^8.2.2",
"standard": "^17.1.0",
"tailwindcss": "^3.4.1",
"@heroicons/react": "^2.1.1"
},
"scripts": {
"prod": "rm -rf node_modules && NODE_ENV=production npm install && babel src --out-dir dist --presets minify && npx tailwindcss -i ./src/input.css -o ./dist/output.css --minify",
"dev": "rm -rf node_modules && npm install && concurrently \"npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch\" \"babel src --out-dir dist --watch\" \"pear dev\"",
"test": "brittle test/*.test.js"
},
"dependencies": {
"@headlessui/react": "^2.0.0-alpha.4",
"@tailwindcss/forms": "^0.5.7",
"clsx": "^2.1.0",
"hypercore": "^10.33.0",
"keypear": "^1.2.1",
"pear": "^1.0.2",
"peer-pass-backend": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1"
}
}