This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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
{
"name": "draw-ill-help",
"version": "0.0.2",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --cache . && svelte-check --tsconfig ./tsconfig.json",
"lint-fix": "prettier --write --plugin-search-dir=. . && eslint --cache . --fix",
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@iconify-json/bx": "^1.0.1",
"@sveltejs/adapter-static": "^1.0.0-next.22",
"@sveltejs/kit": "next",
"@types/fabric": "^4.5.5",
"@types/file-saver": "^2.0.4",
"@types/lodash.noop": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.14",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"lint-staged": "^12.1.4",
"postcss": "^8.4.31",
"postcss-load-config": "^3.1.0",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^2.2.16",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"unplugin-icons": "^0.12.20"
},
"type": "module",
"dependencies": {
"@tensorflow/tfjs": "^3.12.0",
"fabric": "^4.6.0",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"lodash.noop": "^3.0.1",
"seedrandom": "~2.4.3"
}
}