-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1008 Bytes
/
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
{
"name": "react-dropdown-ui",
"description": "React ui dropdown component",
"version": "1.0.0",
"main": "index.js",
"author": "IBITCY",
"license": "MIT",
"devDependencies": {
"@types/alt": "^0.16.31",
"@types/browserify": "^12.0.30",
"@types/es6-shim": "^0.31.32",
"@types/node": "^6.0.58",
"@types/react": "^0.0.0",
"@types/react-dom": "^0.14.20",
"alt": "^0.18.6",
"browser-sync": "^2.18.6",
"browserify": "^13.3.0",
"browsersync": "^0.0.1-security",
"buffer": "^5.0.2",
"exorcist": "^0.4.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.6.0",
"nib": "^1.1.2",
"react": "^15.4.1",
"react-dom": "^15.4.2",
"tsify": "^3.0.0",
"typescript": "^2.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"gulp-rename": "^1.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ibitcy/react-ui-dropdown"
},
"dependencies": {
}
}