This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
{
"name": "arguflow-client",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"lint:only": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"description": "The Astro server that serves as the client for Arguflow Search (https://search.arguflow.ai)",
"dependencies": {
"@astrojs/node": "^5.1.4",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@tailwindcss/forms": "^0.5.3",
"astro": "^2.5.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"sanitize-html": "^2.11.0",
"solid-headless": "^0.13.1",
"solid-icons": "^1.0.4",
"solid-js": "^1.4.3",
"tailwind-gradient-mask-image": "^1.0.0",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-solid": "^0.12.1",
"prettier-plugin-astro": "^0.10.0",
"solid-devtools": "^0.27.4",
"typescript": "*"
}
}