-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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": "htools-website",
"version": "0.1.0",
"private": true,
"description": "Website for Handshake Tools.",
"license": "MIT",
"repository": "git://github.com/htools-org/htools-website.git",
"homepage": "https://github.com/htools-org/htools-website",
"bugs": {
"url": "https://github.com/htools-org/htools-website/issues"
},
"keywords": [
"hns",
"handshake"
],
"author": "Rithvik Vibhu <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.18.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0"
}
}