-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.37 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.37 KB
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": "tingle-button",
"version": "1.0.0",
"description": "tingle-button component for tingle.",
"repository": "https://github.com/tinglejs/tingle-button.git",
"author": "zhangyang",
"main": "dist/index.js",
"files": [
"dist",
"src",
"README.md"
],
"keywords": [
"tingle-button",
"Button",
""
],
"dependencies": {
"classnames": "~2.2.3",
"fastclick": "~1.0.6",
"tingle-context": "^1.0.1",
"tingle-style": "~0.3.1"
},
"devDependencies": {
"babel": "~6.3.26",
"babel-core": "~6.4.0",
"babel-loader": "~6.2.1",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"babel-preset-stage-1": "~6.3.13",
"browser-sync": "~2.11.1",
"gulp": "~3.9.0",
"gulp-babel": "~6.1.1",
"gulp-concat": "~2.6.0",
"gulp-just-replace": "~1.0.2",
"gulp-pathmap": "~0.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-stylus": "~2.1.2",
"gulp-svg-symbols": "~1.0.0",
"gulp-uglify": "~1.5.1",
"gulp-unique-files": "~0.1.2",
"react": "^15.0.0-rc.2",
"react-dom": "^15.0.0-rc.2",
"through2": "~2.0.1",
"webpack": "~1.12.11",
"node-notifier": "^4.5.0",
"eslint": "^2.5.3",
"eslint-plugin-react": "^4.2.3"
},
"scripts": {
"start": "gulp d",
"build": "gulp b"
},
"license": "MIT",
"screenshots": ""
}