-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 Bytes
/
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
{
"name": "themecontroller",
"private": false,
"version": "0.0.3",
"license": "MIT",
"description": "A theme controller class",
"main": "ThemeController.js",
"keywords": [
"theme",
"themes"
],
"homepage": "https://github.com/David-Duefrene/ThemeController",
"author": {
"name": "David Duefrene"
},
"repository": {
"type": "git",
"url": "https://github.com/David-Duefrene/ThemeController"
},
"bugs": {
"url": "https://github.com/David-Duefrene/ThemeController/issues"
},
"scripts": {
"start": "vite",
"test": "vitest",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.45.0",
"jsdom": "21.1.2",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.34.6"
}
}