forked from midudev/miduconf-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.52 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
{
"name": "miduconf",
"version": "0.5.3",
"private": true,
"engines": {
"node": "14.x"
},
"scripts": {
"phoenix": "rm -f package-lock.json && rm -rf ./node_modules && npm install --no-fund --no-audit --no-package-lock --legacy-peer-deps",
"phoenix-win": "del /s /q package-lock.json && echo 'Borrando node_modules...' && rmdir /s /q node_modules && cls && echo 'Instalando Dependencias' && npm install --no-fund --no-audit --no-package-lock --legacy-peer-deps",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.astro,.ts,.tsx",
"lint:eslint:fix": "eslint . --ext .js,.astro,.ts,.tsx --fix"
},
"devDependencies": {
"@astrojs/preact": "1.0.2",
"@astrojs/tailwind": "1.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "5.36.2",
"astro": "1.1.5",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-astro": "0.17.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.5",
"eslint-plugin-promise": "6.0.1",
"prettier": "2.7.1",
"prettier-plugin-astro": "0.5.4",
"tailwindcss": "3.1.8"
},
"dependencies": {
"@astrojs/netlify": "1.0.2",
"@netlify/functions": "1.2.0",
"@supabase/supabase-js": "1.35.6",
"atropos": "1.0.2",
"chrome-aws-lambda": "10.1.0",
"preact": "10.10.6",
"puppeteer-core": "10.4.0"
}
}