-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 924 Bytes
/
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
{
"name": "lists",
"version": "1.0.0",
"description": "Private by default, e2e encrypted Reminders.app/Todoist inspired web app.",
"main": "srp.js",
"scripts": {
"build": "npx rollup --config",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@windwalker-io/srp": "^1.0.1",
"bigint-conversion": "^2.4.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@eslint/js": "^9.5.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"crypto-browserify": "^3.12.0",
"eslint": "^9.5.0",
"globals": "^15.6.0",
"rollup": "^4.14.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"tailwindcss-animate": "^1.0.7"
}
}