This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "uilab-github.github.io",
"version": "1.0.0",
"description": "A homepage for KAIST U&I Lab. ",
"repository": "[email protected]:uilab-github/uilab-github.github.io.git",
"author": "Jeongmin Byun <[email protected]>",
"license": "MIT",
"engines": {
"node": ">= 5.10",
"npm": ">= 3"
},
"scripts": {
"start": "node ./scripts/gulp.js",
"build": "node ./scripts/gulp.js build"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-google-map": "^3.0.1",
"react-google-maps-loader": "^3.0.1",
"react-router-dom": "^4.1.2"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.3",
"path": "^0.12.7",
"sass-loader": "^6.0.6",
"script-loader": "^0.7.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vinyl-paths": "^2.1.0",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.6.1"
}
}