-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 924 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
{
"name": "circl3s.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Circl3s/circl3s.github.io.git"
},
"author": "Circl3s",
"license": "ISC",
"bugs": {
"url": "https://github.com/Circl3s/circl3s.github.io/issues"
},
"homepage": "https://github.com/Circl3s/circl3s.github.io#readme",
"devDependencies": {
"@snowpack/plugin-postcss": "^1.4.1",
"@snowpack/plugin-svelte": "^3.7.0",
"postcss": "^8.3.5",
"snowpack": "^3.6.0",
"snowpack-plugin-glslify": "^1.0.0",
"tailwindcss": "^2.2.2"
},
"dependencies": {
"@supabase/supabase-js": "^1.28.2",
"svelte": "^3.38.3",
"svelte-i18n": "^3.3.13",
"svelte-preprocess": "^4.7.3"
}
}