-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.3 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": "vdux-containers",
"description": "Container components that wrap the components in vdux-ui and provide them with stateful behavior",
"repository": "git://github.com/vdux-components/containers.git",
"version": "1.2.10",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"prepublish": "make build",
"postpublish": "make clean",
"postversion": "git push && git push --tags && npm publish --access=public",
"watch": "babel src --out-dir lib --watch"
},
"dependencies": {
"@f/contains-element": "^1.0.0",
"@f/debounce": "^1.0.4",
"@f/equal": "^1.0.1",
"@f/foreach-obj": "^1.1.1",
"@f/identity": "^1.1.1",
"@f/load-image": "^2.0.0",
"@f/map-values": "^1.0.0",
"@f/matches-selector": "^1.0.1",
"@f/noop": "^1.2.0",
"@f/omit": "^2.2.3",
"@f/serialize-form": "^1.0.0",
"vdux-ui": "^1.3.4"
},
"devDependencies": {
"@f/trigger-event": "^1.0.2",
"babel-cli": "^6.16.0",
"babel-core": "^6.5.2",
"babel-plugin-transform-react-jsx": "^6.5.2",
"babel-plugin-transform-runtime": "^6.8.0",
"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": "^3.0.10"
}
}