-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.46 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
{
"name": "blossom-web",
"version": "0.3.0",
"description": "blossom project website",
"scripts": {
"lint": "eslint src/**/*.{ts,js,svelte}",
"check-types": "tsc --noEmit true",
"test": "jest --config ./jest.config.json --coverage",
"dev": "svelte-kit dev",
"dev:expose": "svelte-kit dev --host --port 5555",
"build": "svelte-kit build",
"preview": "svelte-kit preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericrovell/blossom-web.git"
},
"keywords": [
"transformrations",
"convert",
"colors",
"rgb",
"hex",
"hsl",
"color analysis"
],
"author": "Eric Rovell",
"types": "index.d.ts",
"homepage": "https://github.com/ericrovell/blossom-web#readme",
"directories": {
"test": "tests"
},
"engines": {
"node": ">=12.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.16",
"@sveltejs/kit": "1.0.0-next.142",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"eslint-plugin-svelte3": "^3.2.0",
"jest": "^27.0.6",
"mdsvex": "^0.9.8",
"rollup": "^2.56.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"svelte": "^3.42.1",
"svelte-preprocess": "^4.7.4",
"svelte-preprocess-cssmodules": "^2.0.2",
"ts-jest": "^27.0.4",
"tslib": "^2.3.1",
"typescript": "^4.3.5",
"vite": "^2.4.4"
},
"type": "module",
"dependencies": {
"@ericrovell/blossom": "^1.8.0"
}
}