-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.77 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.77 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
54
55
{
"name": "@ratmd/sputnik-theme",
"version": "0.1.0",
"description": "SPUTNIK is a lightweight demonstration template for LAIKA, the OctoberCMS extension that brings native CMS content into a modern Vue/Vite frontend.",
"author": "Sam <sam@rat.md> (https://rat.md)",
"keywords": [
"template",
"theme",
"october",
"octobercms"
],
"type": "module",
"main": "resources/theme.ts",
"scripts": {
"dev": "vite dev --host --cors",
"build": "run-p type-check build-only",
"build-only": "vite build",
"watch": "vite build --watch",
"lint": "eslint . --fix",
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"license": "MIT",
"private": true,
"dependencies": {
"@vueuse/core": "^14.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.563.0",
"reka-ui": "^2.8.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.27"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.15.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.19.8",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"dotenv": "^17.2.4",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.7.0",
"laravel-vite-plugin": "^2.1.0",
"laravel-vue-i18n": "^2.8.0",
"npm-run-all2": "^8.0.4",
"octobercms": "^1.3.2",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
}
}