-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.66 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
52
53
{
"name": "linktree",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "rxdcodx.github.io/MyLinkTree",
"scripts": {
"dev": "vite",
"predeploy": "yarn vite build",
"deploy": "gh-pages -d dist",
"build": "tsc -b && vite build",
"preview": "vite start",
"stylelint": "stylelint \"src/**/*.{css,scss}\" --quiet --fix",
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --rule \"prettier/prettier: error\" --quiet --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"bootstrap": "^5.3.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gh-pages": "^6.3.0",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-bootstrap": "^2.10.7",
"react-dom": "^19.0.0",
"react-styles-hook": "^1.1.2",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/gh-pages": "^6",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"sass": "^1.83.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7",
"vite-plugin-singlefile": "^2.1.0"
},
"packageManager": "yarn@4.6.0"
}