-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 914 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
{
"name": "vdux-button",
"description": "Button container component",
"repository": "git://github.com/vdux-components/button.git",
"version": "1.0.1",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"prepublish": "make build",
"postpublish": "make clean",
"postversion": "git push && git push --tags && npm publish --access=public"
},
"dependencies": {
"@f/create-action": "^1.1.1",
"@f/handle-actions": "^1.1.1",
"@f/omit": "^2.2.3",
"@f/trigger-event": "^1.0.2",
"vdux-ui": "^1.0.15"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-plugin-transform-react-jsx": "^6.5.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-2": "^6.5.0",
"babel-tape-runner": "^2.0.1",
"babelify": "^7.2.0",
"hihat": "^2.6.4",
"tap-dev-tool": "^1.3.0",
"tape": "^4.2.0",
"vdux": "^2.4.5"
}
}