mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "marko-cli",
|
|
"version": "5.0.0-alpha.4",
|
|
"private": true,
|
|
"description": "Demo of how to build an app using marko-starter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marko-js-samples/marko-starter-demo"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production marko-starter build",
|
|
"build-storybook": "build-storybook",
|
|
"serve-static": "NODE_ENV=production marko-starter serve-static",
|
|
"start": "marko-starter server",
|
|
"storybook": "start-storybook -p 9005",
|
|
"test": "npm run lint",
|
|
"prettier": "prettier src/**/*.{js,css,less} *.js --write"
|
|
},
|
|
"dependencies": {
|
|
"marko": "^4.14.15",
|
|
"marko-starter": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "5.0.0-alpha.4",
|
|
"@storybook/addon-knobs": "5.0.0-alpha.4",
|
|
"@storybook/addon-options": "5.0.0-alpha.4",
|
|
"@storybook/addon-storysource": "5.0.0-alpha.4",
|
|
"@storybook/addons": "5.0.0-alpha.4",
|
|
"@storybook/marko": "5.0.0-alpha.4",
|
|
"prettier": "^1.14.3",
|
|
"webpack": "^4.28.3"
|
|
}
|
|
}
|