-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "modulor-storybook",
"version": "0.1.1",
"description": "Storybook for WebComponents",
"main": "./js/story.js",
"repository": "[email protected]:holidaypirates/modulor-storybook.git",
"bin": {
"modulor-storybook": "./server.js",
"build-storybook": "./build_storybook.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"commander": "^2.15.1",
"dateformat": "^3.0.3",
"deepmerge": "^1.5.1",
"document-register-element": "^1.8.1",
"express": "^4.16.3",
"glob": "^7.1.2",
"glob-promise": "^3.4.0",
"inspector-component": "^0.1.6",
"js-beautify": "^1.7.5",
"modulor": "github:modulor-js/modulor",
"path-to-regexp": "^2.1.0",
"serve-favicon": "^2.5.0",
"split.js": "^1.3.5",
"webpack-dev-middleware": "^3.1.2"
},
"devDependencies": {
"eslint": "^4.4.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.10.0"
},
"optionalDependencies": {
"webpack": "^4.5.0"
}
}