-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "mathonweb",
"version": "1.6.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build && node src/fix-typos.js",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/adapter-static": "1.0.0-next.13",
"@sveltejs/kit": "1.0.0-next.195",
"@types/cookie": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"ansi-regex": ">=5.0.1",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"json-schema": ">=0.4.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.44.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.0.0"
},
"type": "module",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@rollup/plugin-typescript": "^8.2.5",
"@tsconfig/svelte": "^2.0.1",
"cookie": "^0.7.0",
"fs": "0.0.1-security",
"nerdamer": "^1.1.13",
"node-sass": "8.0.0",
"path": "^0.12.7",
"postcss-load-config": "^3.1.0",
"sass": "^1.43.4",
"svelte-fa": "^2.4.0",
"svelte-i18n": "^3.3.13"
}
}