-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.65 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
{
"name": "@slick-for/svelte",
"version": "1.2.3",
"description": "A Framework for Stitching together sick svelte Applications",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shavyg2/slick-for-svelte.git"
},
"bugs": {
"url": "https://github.com/shavyg2/slick-for-svelte/issues"
},
"homepage": "https://github.com/shavyg2/slick-for-svelte#readme",
"author": "Shavauhn Gabay",
"keywords": [
"Svelte",
"Framework",
"BootStrap",
"decorators",
"typescript",
"route",
"routing"
],
"main": "dist/src/slick-for-svelte-factory.js",
"scripts": {
"test": "echo \"No Test\"",
"prepublish": "tsc"
},
"dependencies": {
"@sindresorhus/is": "^1.0.0",
"query-string": "^6.8.1",
"route-parser": "^0.0.5"
},
"peerDependencies": {
"history": "^4.9.0",
"reflect-metadata": "^0.1.13",
"svelte": "^3.6.7"
},
"devDependencies": {
"@slick-for/di": "^1.0.2",
"@types/event-emitter": "^0.3.3",
"@types/history": "^4.7.2",
"@types/is-promise": "^2.1.0",
"@types/jest": "^24.0.15",
"@types/puppeteer": "^1.19.0",
"@types/route-parser": "^0.1.3",
"@types/shell-quote": "^1.6.1",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.5",
"cheerio": "^1.0.0-rc.3",
"get-port": "^5.0.0",
"history": "^4.9.0",
"jest": "^24.8.0",
"jest-transform-svelte": "^2.0.2",
"parcel": "^1.12.3",
"puppeteer": "^1.19.0",
"reflect-metadata": "^0.1.13",
"shell-quote": "^1.6.1",
"svelte": "^3.6.8",
"svelte-jest": "^0.3.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
}
}