-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.1 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
{
"name": "henriquepcm-one-single-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"tailwind": "npx tailwindcss -i ./src/styles/input.css -o ./src/styles/output.css --watch"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-spring/web": "^9.7.5",
"@use-gesture/react": "^10.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.10"
}
}