-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "gratitude-bank",
"description": "Stores things to be grateful for, so you can be reminded later.",
"version": "1.0.0",
"private": true,
"author": {
"name": "Shane Liesegang, SJ",
"url": "https://shaneliesegang.com"
},
"homepage": "https://shaneliesegang.com/project/gratitude",
"repository": {
"type": "git",
"url": "https://github.com/sjml/gratitude"
},
"license": "MIT",
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build"
},
"dependencies": {
"@babylonjs/core": "^4.2.0",
"@babylonjs/inspector": "^4.2.0",
"@babylonjs/loaders": "^4.2.0",
"@babylonjs/materials": "^4.2.0",
"svelte": "^3.24.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-svelte": "^3.5.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@tsconfig/svelte": "^1.0.10",
"@types/css-font-loading-module": "^0.0.4",
"@types/snowpack-env": "^2.3.2",
"snowpack": "^3.0.1",
"svelte-preprocess": "^4.0.8",
"typescript": "^4.0.0",
"workbox-cli": "^6.1.5"
}
}