-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 KB
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
{
"name": "craig-webapp",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": {
"name": "Snazzah",
"email": "me@snazzah.com",
"url": "https://snazzah.com/"
},
"scripts": {
"dev": "vite",
"dev:preview": "npm run build && npm run preview",
"build": "npm run build:awp && tsc && vite build",
"build:awp": "esbuild tools/awp.ts --bundle --minify --target=chrome58,firefox57,safari11,edge16 --outfile=public/awp.js",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"autoprefixer": "^10.4.12",
"preact": "^10.11.1",
"react-tippy": "^1.4.0",
"sass": "^1.55.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@fontsource/lexend": "^4.5.13",
"@fontsource/red-hat-text": "^4.5.11",
"@fontsource/ubuntu-mono": "^4.5.11",
"@headlessui/react": "1.5.0",
"@iconify-icons/bi": "^1.2.10",
"@iconify-icons/ic": "^1.2.10",
"@iconify-icons/twemoji": "^1.2.5",
"@iconify/react": "^4.0.0",
"@preact/preset-vite": "^2.4.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"clsx": "^1.2.1",
"esbuild": "^0.15.10",
"eslint": "^8.25.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-snazzah": "^1.2.0",
"i18next": "^21.9.2",
"react-i18next": "11.16.7",
"typescript": "^4.8.4",
"vite": "^2.9.14"
}
}