-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "tingle-icon",
"version": "0.2.2",
"description": "svg icon 解决方案。",
"repository": "https://github.com/tinglejs/tingle-icon.git",
"author": {
"name": "hanyu",
"email": "zoloadang@gmail.com"
},
"main": "src/index.js",
"files": [
"src",
"README.md"
],
"keywords": [
"tingle-icon",
"Icon",
"svg icon",
"tingle"
],
"dependencies": {
"classnames": "~2.2.3",
"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",
"fastclick": "^1.0.6",
"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": "~0.14.6",
"react-dom": "~0.14.6",
"through2": "~2.0.1",
"tingle-box": "^1.0.0",
"tingle-collection": "^1.0.1",
"webpack": "~1.12.11"
},
"scripts": {
"start": "gulp d"
},
"license": "MIT",
"screenshots": "https://gtms01.alicdn.com/tps/i1/TB1LYlgIVXXXXcWXXXXHXIoYFXX-285-253.png"
}