-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "reapp-ui",
"version": "0.12.85",
"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"
},
"browserify": {
"transform": [
"svg-browserify"
]
},
"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": "^2.2.3",
"css-to-matrix": "^1.0.0",
"fuzzy": "^0.1.1",
"lodash": "^4.11.1",
"lodash.merge": "^4.0.1",
"observable-state": "^0.3.4",
"radium": "^0.16.4",
"react": "0.14.x",
"react-animate-state": "^1.0.1",
"react-style-normalizer": "^1.2.8",
"reapp-component": "^1.0.2",
"reapp-object-assign": "^1.0.0",
"reapp-scroller": "^1.0.8",
"shallow-equals": "0.0.0",
"validator": "^3.40.0"
},
"devDependencies": {
"babel": "^5.2.6"
}
}