|
1 | 1 | { |
2 | | - "name": "lilith_launcher", |
3 | | - "license": "GPL-3.0", |
4 | | - "homepage": ".", |
5 | | - "babelMacros": { |
6 | | - "twin": { |
7 | | - "preset": "emotion" |
8 | | - } |
9 | | - }, |
10 | | - "scripts": { |
11 | | - "dev": "vite", |
12 | | - "build": "tsc && vite build", |
13 | | - "lint": "eslint src", |
14 | | - "preview": "vite preview" |
15 | | - }, |
16 | | - "dependencies": { "styled-components": "^6.1.0" }, |
17 | | - "devDependencies": { |
18 | | - "@babel/plugin-syntax-jsx": "^7.16.7", |
19 | | - "@babel/plugin-transform-react-jsx": "^7.17.3", |
20 | | - "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5", |
21 | | - "@emotion/react": "^11.10.6", |
22 | | - "@emotion/styled": "^11.10.6", |
23 | | - "@esbuild-plugins/node-globals-polyfill": "^0.2.3", |
24 | | - "@headlessui/react": "^1.7.14", |
25 | | - "@heroicons/react": "1.0.6", |
26 | | - "@tailwindcss/forms": "^0.5.3", |
27 | | - "@types/canvas-confetti": "^1.6.0", |
28 | | - "@types/node": "^17.0.25", |
29 | | - "@types/react": "^18.0.5", |
30 | | - "@types/react-dom": "^18.0.0", |
31 | | - "@types/react-transition-group": "^4.4.7", |
32 | | - "@typescript-eslint/eslint-plugin": "^5.19.0", |
33 | | - "@typescript-eslint/parser": "^5.19.0", |
34 | | - "@vitejs/plugin-react": "^1.3.0", |
35 | | - "ansi-to-html": "^0.7.2", |
36 | | - "autoprefixer": "^10.4.14", |
37 | | - "babel-plugin-macros": "^3.1.0", |
38 | | - "canvas-confetti": "^1.6.0", |
39 | | - "easy-peasy": "^6.0.0", |
40 | | - "eslint": "^8.13.0", |
41 | | - "eslint-plugin-prettier": "^4.0.0", |
42 | | - "eslint-plugin-react": "^7.29.4", |
43 | | - "ky": "^0.33.3", |
44 | | - "postcss": "^8.4.23", |
45 | | - "prettier": "^2.8.8", |
46 | | - "react": "^18.2.0", |
47 | | - "react-dom": "^18.2.0", |
48 | | - "react-router-dom": "^6.10.0", |
49 | | - "react-snowfall": "^1.2.1", |
50 | | - "react-transition-group": "^4.4.5", |
51 | | - "sass": "^1.51.0", |
52 | | - "tailwind-scrollbar": "^3.0.0", |
53 | | - "tailwindcss": "^3.3.1", |
54 | | - "twin.macro": "^3.3.1", |
55 | | - "typescript": "^4.6.3", |
56 | | - "vite": "^4.3.1", |
57 | | - "vite-plugin-banner": "^0.2.0", |
58 | | - "vite-plugin-checker": "^0.4.6", |
59 | | - "vite-plugin-html": "3.1.0", |
60 | | - "vite-plugin-remove-console": "^0.0.7" |
61 | | - } |
| 2 | + "name": "lilith_launcher", |
| 3 | + "license": "GPL-3.0", |
| 4 | + "homepage": "/index.html", |
| 5 | + "babelMacros": { |
| 6 | + "twin": { |
| 7 | + "preset": "emotion" |
| 8 | + } |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "dev": "vite", |
| 12 | + "build": "tsc && vite build", |
| 13 | + "lint": "eslint src", |
| 14 | + "preview": "vite preview" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "styled-components": "^6.1.8" |
| 18 | + }, |
| 19 | + "devDependencies": { |
| 20 | + "@babel/plugin-syntax-jsx": "^7.24.1", |
| 21 | + "@babel/plugin-transform-react-jsx": "^7.23.4", |
| 22 | + "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5", |
| 23 | + "@emotion/react": "^11.11.4", |
| 24 | + "@emotion/styled": "^11.11.5", |
| 25 | + "@esbuild-plugins/node-globals-polyfill": "^0.2.3", |
| 26 | + "@headlessui/react": "^1.7.18", |
| 27 | + "@heroicons/react": "1.0.6", |
| 28 | + "@tailwindcss/forms": "^0.5.7", |
| 29 | + "@types/canvas-confetti": "^1.6.4", |
| 30 | + "@types/node": "^17.0.45", |
| 31 | + "@types/react": "^18.2.74", |
| 32 | + "@types/react-dom": "^18.2.24", |
| 33 | + "@types/react-transition-group": "^4.4.10", |
| 34 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 35 | + "@typescript-eslint/parser": "^5.62.0", |
| 36 | + "@vitejs/plugin-react": "^1.3.2", |
| 37 | + "ansi-to-html": "^0.7.2", |
| 38 | + "autoprefixer": "^10.4.19", |
| 39 | + "babel-plugin-macros": "^3.1.0", |
| 40 | + "canvas-confetti": "^1.9.2", |
| 41 | + "easy-peasy": "^6.0.4", |
| 42 | + "eslint": "^8.57.0", |
| 43 | + "eslint-plugin-prettier": "^4.2.1", |
| 44 | + "eslint-plugin-react": "^7.34.1", |
| 45 | + "ky": "^0.33.3", |
| 46 | + "postcss": "^8.4.38", |
| 47 | + "prettier": "^2.8.8", |
| 48 | + "react": "^18.2.0", |
| 49 | + "react-dom": "^18.2.0", |
| 50 | + "react-router-dom": "^6.22.3", |
| 51 | + "react-snowfall": "^1.2.1", |
| 52 | + "react-transition-group": "^4.4.5", |
| 53 | + "sass": "^1.74.1", |
| 54 | + "tailwind-scrollbar": "^3.1.0", |
| 55 | + "tailwindcss": "^3.4.3", |
| 56 | + "twin.macro": "^3.4.1", |
| 57 | + "typescript": "^4.9.5", |
| 58 | + "vite": "^4.5.3", |
| 59 | + "vite-plugin-banner": "^0.2.0", |
| 60 | + "vite-plugin-checker": "^0.4.9", |
| 61 | + "vite-plugin-html": "3.1.0", |
| 62 | + "vite-plugin-remove-console": "^0.0.7" |
| 63 | + } |
62 | 64 | } |
0 commit comments