-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "dipc-wasm",
"type": "module",
"version": "0.1.0",
"description": "Convert your favorite images and wallpapers with your favorite color palettes/themes",
"author": "doprz",
"license": "MIT OR Apache-2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/tailwind": "^5.0.4",
"astro": "^4.0.7",
"solid-js": "^1.8.7",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-solid": "^0.13.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5",
"typescript": "^5.3.3"
}
}