-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.66 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vue-height-tween-transition",
"version": "2.1.2",
"description": "Tween the height of the parent of transitioning items",
"main": "index.js",
"repository": "[email protected]:BKWLD/vue-height-tween-transition.git",
"author": "Bukwild <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@storybook/addon-knobs": "^5.0.6",
"@storybook/addons": "^5.0.6",
"@storybook/storybook-deployer": "^2.8.1",
"@storybook/vue": "^5.0.6",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
"bukwild-stylus-library": "^1.1.0",
"chromedriver": "^119.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.0",
"cross-spawn": "^7.0.5",
"css-loader": "^2.1.1",
"express": "^4.14.0",
"express-urlrewrite": "^1.2.0",
"mini-css-extract-plugin": "^0.5.0",
"nightwatch": "^0.9.9",
"pug": "3.0.3",
"pug-plain-loader": "^1.1.0",
"selenium-server": "^2.53.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^5.3.4",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"vue": "2.x"
},
"scripts": {
"build": "webpack",
"version": "npm run build && git add -A",
"postversion": "git push --follow-tags && yarn deploy-storybook",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
}
}