-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 991 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
31
32
33
34
35
36
37
38
{
"name": "storybook-aem",
"version": "0.0.1",
"description": "A collection of tools for using Storybook.js alongside AEM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lerna": "lerna"
},
"keywords": [
"aem",
"storybook"
],
"author": "Josh Zeltman",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"lerna": "^3.19.0",
"path": "^0.12.7",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@babel/runtime": "^7.7.4",
"@storybook/addons": "^5.2.6",
"@storybook/api": "^5.2.6",
"@storybook/components": "^5.2.6",
"@storybook/core-events": "^5.2.6",
"base-64": "^0.1.0",
"react": "^16.12.0",
"xml2json": "^0.12.0"
}
}