-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "danieldevs",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"serve": "yarn build && npx serve -s dist",
"deploy": "yarn build && cp -r dist/ ../dnllowe.github.io && cd ../dnllowe.github.io && git add . && git commit -m 'deploy' && git push heroku main",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.22",
"@fortawesome/free-solid-svg-icons": "5.10.2",
"@fortawesome/react-fontawesome": "0.1.4",
"@reach/router": "1.3.4",
"nlp_compromise": "7.0.0",
"query-string": "6.8.2",
"react": "18.3.1",
"react-autosuggest": "9.4.3",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@types/node": "^22.10.1",
"@types/query-string": "6.3.0",
"@types/reach__router": "1.2.4",
"@types/react": "18.3.12",
"@types/react-autosuggest": "9.3.10",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.15.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "15.12.0",
"sass": "1.81.1",
"typescript": "5.6.2",
"typescript-eslint": "8.15.0",
"vite": "6.0.1",
"vite-plugin-commonjs": "^0.10.4"
}
}