-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "react-table-view",
"version": "0.0.1",
"description": "Simple data driven table",
"main": "main.js",
"author": {
"name": "Usman",
"email": "[email protected]",
"url": "https://github.com/mizmaar3"
},
"scripts": {
"build": "gulp build",
"release": "gulp release",
"start": "http-server ./dist/ -p 9350 --cors"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"http-server": "^0.9.0",
"reactify": "^1.1.1",
"simple-mime": "^0.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"gulp",
"ES6",
"ES2015",
"babel",
"Reactjs",
"data-table-view"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mizmaar3/react-table-view.git"
},
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0"
}
}