generated from dev-protocol/clubs-plugin-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.78 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
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
{
"name": "@devprotocol/clubs-plugin-posts",
"version": "0.20.19",
"type": "module",
"description": "Template repository for using TypeScript",
"main": "dist/index.js",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./plugin-helper": {
"default": "./dist/plugin-helper/index.js",
"types": "./dist/plugin-helper/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist/index.d.ts",
"dist/index.js",
"dist/plugin-helper/index.d.ts",
"dist/plugin-helper/index.js",
"!**/*.test.*",
"src",
"plugin-helper.d.ts"
],
"keywords": [
"clubs-plugin"
],
"scripts": {
"test": "vitest",
"preview": "astro --root preview dev",
"build": "rollup -c",
"prebuild": "rimraf dist",
"lint": "yarn lint:eslint && yarn lint:format",
"lint:eslint": "eslint . --ext .ts,.js --fix",
"lint:format": "prettier --write '**/*.{ts,js,tsx,jsx,astro,vue,svelte,json,md,yml}'",
"prepack": "yarn test --run && yarn build",
"prepare": "husky"
},
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@boringer-avatars/vue3": "^0.2.1",
"@devprotocol/dev-kit": "8.7.0",
"@devprotocol/util-ts": "4.0.0",
"bignumber.js": "9.1.2",
"dayjs": "^1.11.8",
"dompurify": "^3.0.5",
"ethers": "^6.6.4",
"marked": "15.0.4",
"nanoid": "^5.0.6",
"photoswipe": "5.4.4",
"ramda": "0.30.1",
"redis": "^4.6.7",
"sass": "1.83.0",
"uuid": "^11.0.0"
},
"devDependencies": {
"@astrojs/svelte": "^6.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vue": "^4.0.0",
"@devprotocol/clubs-core": "3.22.8",
"@nanostores/vue": "^0.11.0",
"@redis/json": "^1.0.4",
"@rollup/plugin-typescript": "12.1.2",
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "^3.0.2",
"@types/dotenv": "8.2.3",
"@types/marked": "^6.0.0",
"@types/node": "22.10.2",
"@types/ramda": "0.30.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"astro": "4.16.18",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-functional": "4.4.1",
"eslint-plugin-tailwind": "^0.2.1",
"husky": "9.1.7",
"jsdom": "^25.0.0",
"nanostores": "^0.11.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-svelte": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"rimraf": "5.0.10",
"rollup": "4.28.1",
"rollup-plugin-dts": "^6.0.2",
"svelte": "^5.0.0",
"tailwindcss": "3.4.17",
"txtgen": "^3.0.6",
"typescript": "5.7.2",
"vitest": "^2.0.0",
"vue": "3.5.13"
},
"peerDependencies": {
"@devprotocol/clubs-core": "^2.1.0 || ^3.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}