-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
155 lines (155 loc) · 5.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"private": true,
"description": "Website code and assets for nisavid.io",
"homepage": "https://nisavid.io",
"repository": "github:nisavid/nisavid.io",
"license": "Unlicense",
"author": {
"name": "Ivan D Vasin",
"email": "[email protected]",
"url": "https://nisavid.io"
},
"type": "module",
"source": "src/index.html",
"scripts": {
"build": "pnpm run clean-all:dist && pnpm run build:main",
"build:main": "parcel build --no-cache",
"check": "tsc --noEmit",
"clean": "rm --recursive --force elm-stuff .parcel-cache",
"clean-all": "pnpm run clean && pnpm run clean-all:dist",
"clean-all:dist": "rm --recursive --force dist",
"predeploy": "pnpm run predeploy:hosting",
"deploy": "pnpm run predeploy && firebase deploy",
"predeploy:hosting": "pnpm run build",
"deploy:hosting": "pnpm run predeploy:hosting && firebase deploy --only hosting",
"postinstall": "elm-tooling install",
"lint": "pnpm run lint:elm-format && pnpm run lint:eslint",
"lint:elm-format": "pnpm run lint:elm-format: -- src/{,**/}*.elm",
"lint:elm-format:": "elm-format --validate",
"lint:eslint": "pnpm run lint:eslint: -- .",
"lint:eslint:": "eslint --cache",
"lint:fix": "pnpm run lint:fix:elm-format && pnpm run lint:fix:eslint",
"lint:fix:elm-format": "pnpm run lint:fix:elm-format: -- src/***.elm",
"lint:fix:elm-format:": "elm-format",
"lint:fix:eslint": "pnpm run lint:fix:eslint: -- .",
"lint:fix:eslint:": "eslint --cache --fix",
"lint:fix:prettier": "pnpm run lint:fix:prettier: -- .",
"lint:fix:prettier:": "prettier --cache --write",
"lint:prettier": "pnpm run lint:prettier: -- .",
"lint:prettier:": "prettier --cache --check",
"prepare": "husky",
"release": "pnpm run deploy",
"release:hosting": "pnpm run deploy:hosting",
"start": "pnpm run start:parcel-serve:watch",
"start:doc": "pnpm run start:doc:watch",
"start:doc:watch": "elm-doc-preview",
"start:parcel-serve": "pnpm run start:parcel-serve:watch",
"start:parcel-serve:watch": "parcel serve",
"test": "pnpm run test:elm",
"test:e2e": "cypress run",
"test:e2e:open": "cypress open",
"test:elm": "elm-test",
"test:elm:watch": "elm-test --watch"
},
"lint-staged": {
"src/{,**/}*.elm": "pnpm run lint:elm-format: --",
"{,**/}.*.{cjs,css,html,js,json,json5,jsonc,jsx,mjs,ts,tsx},.{parcel,prettier}rc": "pnpm run lint:eslint: --"
},
"browserslist": [
"current node, > 0.5%, > 0.2% in US, last 2 versions, Firefox ESR, not dead"
],
"dependencies": {
"firebase": "^10.12.2"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.3.0",
"@html-eslint/eslint-plugin": "^0.24.1",
"@html-eslint/parser": "^0.24.1",
"@parcel/config-default": "^2.12.0",
"@parcel/diagnostic": "^2.12.0",
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/plugin": "^2.12.0",
"@parcel/resolver-glob": "^2.12.0",
"@parcel/transformer-elm": "^2.12.0",
"@parcel/transformer-jsonld": "^2.12.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.13",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.23",
"@typescript-eslint/parser": "8.0.0-alpha.23",
"elm": "0.19.1-6",
"elm-tooling": "^1.15.1",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-json-schema-validator": "^5.1.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.3.0",
"firebase-tools": "^13.10.2",
"glob": "^8.1.0",
"globals": "^15.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"parcel": "^2.12.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"postcss": "^8.4.38",
"postcss-custom-properties": "^13.3.10",
"postcss-import": "^16.1.0",
"postcss-url": "^10.1.3",
"prettier": "^3.2.5",
"prettier-plugin-elm": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"process": "^0.11.10",
"svg2elm": "^1.2.4",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"web-vitals": "^4.0.1"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"svgo": "2.8.0"
}
}
},
"@parcel/transformer-css": {
"drafts": {
"customMedia": true,
"nesting": true
}
},
"elmSvgModules": [
{
"inputSvgs": "src/assets/fontawesome/brands/*.svg",
"outputModuleName": "FontAwesome.Brands",
"outputModuleDir": "elm-stuff/svg-modules"
},
{
"inputSvgs": "src/assets/fontawesome/regular/*.svg",
"outputModuleName": "FontAwesome.Regular",
"outputModuleDir": "elm-stuff/svg-modules"
},
{
"inputSvgs": "src/assets/fontawesome/solid/*.svg",
"outputModuleName": "FontAwesome.Solid",
"outputModuleDir": "elm-stuff/svg-modules"
}
],
"targets": {
"default": {
"distDir": "dist",
"context": "browser",
"outputFormat": "esmodule"
}
}
}