-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 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
{
"name": "lander",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://lander.apeskinian.com",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build && echo 'lander.apeskinian.com' > dist/CNAME",
"deploy": "gh-pages -d dist",
"test": "vitest run --coverage"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.0",
"@tailwindcss/vite": "^4.1.11",
"gh-pages": "^6.3.0",
"mathjs": "^15.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@cypress/vite-dev-server": "^7.0.0",
"@eslint/js": "^9.33.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^3.2.4",
"cypress": "^15.0.0",
"eslint": "^9.35.0",
"eslint-plugin-cypress": "^5.1.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"vite": "^7.1.2",
"vitest": "^3.2.4"
}
}