-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "virtex",
"description": "Small, focused virtual dom library.",
"repository": "git://github.com/ashaffer/virtex.git",
"version": "0.4.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"prepublish": "rm -rf lib && babel src --out-dir lib",
"postpublish": "rm -rf lib"
},
"dependencies": {
"@f/foreach": "^1.2.2",
"@f/is-string": "^1.1.1",
"@f/is-undefined": "^1.1.1",
"@f/map-array": "^1.2.1",
"dift": "^0.1.11"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.0.18",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-2": "^6.1.2",
"babel-tape-runner": "^2.0.0",
"babelify": "^7.2.0",
"component-raf": "^1.2.0",
"delegant": "^0.1.5",
"envify": "^3.4.0",
"redux": "^3.0.2",
"redux-falsy": "^1.0.0",
"tap-dev-tool": "^1.3.0",
"tape": "^4.2.0",
"trigger-event": "^1.0.2",
"virtex-component": "^0.4.2",
"virtex-dom": "^0.3.5",
"virtex-element": "^0.3.2",
"virtex-string": "^0.3.5"
}
}