forked from rebassjs/rebass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "rebass",
"version": "0.1.5",
"description": "Stateless React UI components built with Basscss",
"author": "Brent Jackson",
"license": "MIT",
"scripts": {
"babel": "babel src --out-dir dist",
"babel:watch": "babel src -w --out-dir dist",
"prod": "webpack -p --progress --colors",
"docs": "webpack --progress --colors",
"docs:dev": "webpack-dev-server --progress --colors",
"start": "npm run babel:watch & npm run docs:dev"
},
"dependencies": {
"basscss": "^7.0.4",
"basscss-color-input-range": "^1.0.0",
"basscss-color-progress": "^1.0.0",
"basscss-input-range": "^1.1.5",
"basscss-progress": "^1.0.5",
"classnames": "^1.1.4",
"colors.css": "^2.3.0"
},
"devDependencies": {
"babel": "^5.5.6",
"babel-core": "^5.5.6",
"babel-loader": "^5.1.4",
"basscss-highlight": "^0.1.0",
"basscss-logo": "^1.0.0",
"css-loader": "^0.15.1",
"cssnext": "^1.8.0",
"cssnext-loader": "^1.0.1",
"file-loader": "^0.8.4",
"highlight.js": "^8.6.0",
"lodash": "^3.10.0",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-to-jsx": "^1.3.2",
"static-site-generator-webpack-plugin": "^1.0.0",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"keywords": [
"basscss",
"components",
"react",
"react-component",
"ui"
],
"main": "dist/index.js",
"style": "rebass.css",
"repository": {
"type": "git",
"url": "https://github.com/jxnblk/rebass.git"
},
"bugs": {
"url": "https://github.com/jxnblk/rebass/issues"
},
"homepage": "https://github.com/jxnblk/rebass"
}