This repository was archived by the owner on Aug 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"author": "Jonah Snider <jonah@jonah.pw> (jonah.pw)",
"browserslist": [
"last 25 Chrome versions"
],
"bugs": {
"url": "https://github.com/zws-im/website/issues"
},
"dependencies": {
"@sentry/browser": "7.65.0",
"apexcharts": "3.42.0",
"bulma": "0.9.4",
"clipboard": "2.0.11",
"firebase": "8.10.1"
},
"devDependencies": {
"@dice-discord/eslint-config": "3.0.0",
"@types/clipboard": "2.0.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cssnano": "4.1.11",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "4.2.1",
"netlify-cli": "12.14.0",
"parcel": "1.12.4",
"prettier": "2.8.8",
"sass": "1.66.1",
"typescript": "5.2.2"
},
"keywords": [
"url shortener",
"url",
"shortener",
"zero width space"
],
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/zws-im/website.git"
},
"scripts": {
"build": "parcel build src/*.html",
"postbuild": "cp src/assets/image/phishing.png src/keybase.txt dist",
"lint": "eslint .",
"prebuild": "rm -rf dist",
"prettier": "prettier --check .",
"serve": "parcel serve src/*.html --no-autoinstall",
"watch": "parcel watch src/*.html --no-autoinstall"
},
"version": "3.1.3"
}