-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
70 lines (70 loc) · 1.87 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
61
62
63
64
65
66
67
68
69
70
{
"name": "talk-message-forms",
"version": "1.4.9",
"description": "The Message Structure and Layout of jianliao.com",
"main": "lib/index.js",
"dependencies": {
"classnames": "^2.1.3",
"codemirror": "^5.5.0",
"filesize": "^3.1.2",
"highlight.js": "^9.1.0",
"lesshat": "^3.0.2",
"react": "^0.14.7",
"react-lite-audio": "^0.3.2",
"react-lite-coder": "^1.1.1",
"react-lite-image": "^1.4.1",
"react-lite-misc": "^1.2.0",
"talk-iconfonts": "^0.2.2",
"xss": "^0.2.10"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.20",
"babel-loader": "^5.3.2",
"cirru-script": "^0.2.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"css-loader": "^0.16.0",
"del": "^1.2.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"node-libs-browser": "^0.5.2",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"rsyncwrapper": "^0.4.3",
"run-sequence": "^1.1.2",
"stir-template": "^0.1.4",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"prepublish": "rm -rf lib/ && gulp script",
"prestart": "gulp html",
"rsync": "gulp build && gulp rsync",
"start": "webpack-dev-server --hot --progress",
"test": ""
},
"keywords": [
"message-forms",
"react",
"react-component",
"react-lite",
"teambition"
],
"author": "Teambition",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/teambition/talk-message-forms.git"
},
"bugs": {
"url": "https://github.com/teambition/talk-message-forms/issues"
},
"homepage": "https://github.com/teambition/talk-message-forms#readme"
}