-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
{
"name": "linxtion.github.io",
"version": "0.0.0",
"description": "",
"main": "",
"scripts": {
"start": "gulp dev",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Xiao Lin",
"email": "xiao@linxtion.com",
"license": "MIT",
"homepage": "",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.4.3",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-streamify": "^1.0.0",
"gulp-uglify": "^3.0.0",
"react-dom": "^15.6.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.9.0"
},
"dependencies": {
"react": "^15.6.1"
}
}