-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.44 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
{
"name": "volubile-ui",
"version": "0.1.3",
"description": "UI Framework for Talk by Teambition",
"main": "main.js",
"scripts": {
"build": "gulp build && gulp script",
"dev": "gulp html && webpack-dev-server --hot"
},
"author": "Teambition",
"license": "MIT",
"keywords": [
"UI",
"Teambition"
],
"devDependencies": {
"cirru-script": "^0.2.3",
"classnames": "^2.1.2",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"css-loader": "^0.14.5",
"del": "^1.1.1",
"file-loader": "^0.8.4",
"gulp": "^3.8.11",
"highlight.js": "^8.6.0",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"raw-loader": "^0.5.1",
"react-dom": "^0.14.7",
"react-router": "^0.13.3",
"remarkable-loader": "^0.1.0",
"rsyncwrapper": "^0.4.2",
"run-sequence": "^1.0.2",
"stir-template": "^0.1.4",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.8.5",
"webpack-dev-server": "^1.8.0"
},
"dependencies": {
"flex.less": "^1.1.0",
"gulp-coffee": "^2.3.1",
"normalize.css": "^3.0.3",
"open-sans-fontface": "1.4.0",
"react": "^0.14.7",
"roboto-fontface": "^0.4.2",
"teambition-icon-fonts": "^0.72.2"
},
"repository": {
"type": "git",
"url": "https://github.com/teambition/volubile-ui.git"
},
"bugs": {
"url": "https://github.com/teambition/volubile-ui/issues"
},
"homepage": "https://github.com/teambition/volubile-ui"
}