forked from reapp/reapp-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "reapp-ui",
"version": "0.12.49",
"description": "A set of components for building themeable, adaptive, animated UI's",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir build --stage=0",
"watch": "babel src --out-dir build --stage=0 --watch",
"copyAssets": "cp -r assets package.json build",
"release": "npm run copyAssets && (cd build && npm publish)",
"patch": "npm version patch && npm run release"
},
"repository": {
"type": "git",
"url": "github.com/reapp/reapp-ui"
},
"author": "Nate Wienert",
"license": "MIT",
"bugs": {
"url": "https://github.com/reapp/reapp-ui/issues"
},
"homepage": "https://github.com/reapp/reapp-ui",
"dependencies": {
"classnames": "^1.2.0",
"css-to-matrix": "^1.0.0",
"lodash.merge": "^3.1.0",
"observable-state": "^0.3.4",
"react-animate-state": "^1.0.1",
"react-document-title": "^1.0.2",
"react-style": "^0.5.2",
"react-style-normalizer": "^1.2.7",
"reapp-component": "^1.0.0",
"reapp-object-assign": "^1.0.0",
"reapp-raf-batching": "^1.0.0",
"reapp-scroller": "^1.0.1",
"fuzzy": "^0.1.0"
},
"peerDependencies": {
"react": "0.13.x"
},
"devDependencies": {
"babel": "^5.1.9"
}
}