This repository was archived by the owner on Mar 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
61 lines (51 loc) · 1.21 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-es6-starter-kit",
"version": "0.0.1",
"description": "A simple starter kit for your React project.",
"author": "Sandor Kocsis <kocsissandor85@gmail.com>",
"scripts": {
"watch": "gulp watch",
"runserver": "gulp runserver"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/kocsissandor85/react-es6-starter-kit.git"
},
"keywords": [
"react",
"es6",
"gulp"
],
"dependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"domready": "^1.0.8",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"gulp-webserver": "^0.9.1",
"immstruct": "^2.0.0",
"immutable": "^3.8.1",
"lodash": "^4.13.1",
"omniscient": "^4.1.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.4.1",
"reflux": "^0.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"when": "^3.7.7"
},
"devDependencies": {
},
"peerDependencies": {
},
"license": "MIT"
}