-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 803 Bytes
/
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
{
"name": "@aredridel/fractal-svelte-adapter",
"version": "2.0.0",
"description": "An adapter for fractal styleguide (1.x) to use svelte components",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aredridel/fractal-svelte-adapter.git"
},
"keywords": [
"fractal",
"svelte"
],
"author": "Aria Stewart <aredridel@dinhe.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aredridel/fractal-svelte-adapter/issues"
},
"homepage": "https://github.com/aredridel/fractal-svelte-adapter#readme",
"peerDependencies": {
"@frctl/core": "^0.3.0",
"highlight.js": "^9.18.1",
"svelte": "^3.19.0"
},
"devDependencies": {
"@frctl/core": "^0.3.0",
"highlight.js": "^10.7.2",
"svelte": "^3.38.2"
}
}