-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "eleventy-nunjucks-storybook",
"version": "1.0.0",
"description": "Use Nunjucks macros with Eleventy and Storybook",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"clean-css": "^5.2.2",
"glob": "^7.2.0"
},
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
"eleventy",
"nunjucks",
"storybook"
],
"author": {
"name": "Ashur Cabrera",
"url": "https://ashur.cab/rera"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ashur/eleventy-nunjucks-storybook/issues"
},
"homepage": "https://github.com/ashur/eleventy-nunjucks-storybook#readme",
"devDependencies": {
"@babel/core": "^7.16.10",
"@storybook/addon-actions": "^6.4.14",
"@storybook/addon-essentials": "^6.4.14",
"@storybook/addon-links": "^6.4.14",
"@storybook/cli": "^6.4.14",
"@storybook/html": "^6.4.14",
"babel-loader": "^8.2.3",
"simple-nunjucks-loader": "^2.0.3"
}
}