-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
36
37
38
39
40
41
42
43
44
{
"name": "get-motivated",
"version": "0.1.2",
"description": "Stop hornie, be motivated.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write \"src/**/*.{js,ts,svelte}\""
},
"keywords": [
"chrome",
"extension",
"motivation",
"meme"
],
"author": "Phu & Unn",
"license": "MIT",
"homepage": "https://richeyphu.github.io/GetMotivated/",
"repository": {
"type": "git",
"url": "https://github.com/richeyphu/GetMotivated.git"
},
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@sveltejs/vite-plugin-svelte": "2.4.2",
"@tsconfig/svelte": "4.0.1",
"@types/chrome": "0.0.238",
"@types/node": "^20.3.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "4.0.0",
"svelte-check": "3.4.4",
"svelte-preprocess": "5.0.4",
"tslib": "2.5.3",
"typescript": "5.1.3",
"vite": "4.3.9"
},
"engines": {
"node": ">=18"
}
}