-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.11 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "react-starterify",
"version": "2.0.0",
"description": "React JS application skeleton using Browserify and other awesome tools",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/Granze/react-starterify"
},
"keywords": [
"gulp",
"react",
"browserify",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"ES2015",
"babel",
"mocha",
"chai"
],
"scripts": {
"test": "mocha --reporter nyan --compilers js:babel/register --recursive"
},
"author": "Maurizio Mangione",
"license": "MIT",
"bugs": {
"url": "https://github.com/Granze/react-starterify/issues"
},
"homepage": "https://github.com/Granze/react-starterify",
"dependencies": {
"better-console": "^0.2.4",
"del": "^2.0.2",
"express": "^4.13.3",
"extend": "^3.0.0",
"hue.js": "^0.2.13",
"jquery": "^2.1.4",
"map-stream": "0.0.6",
"moment": "^2.10.6",
"mumble-js": "^1.0.1",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.1",
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc3",
"require-dot-file": "^0.4.0",
"semantic-ui": "^2.1.4",
"snoocore": "^3.2.0",
"spotify-web-api-js": "^0.15.0",
"velocity-react": "^1.1.1",
"yamljs": "^0.2.4"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel": "^5.8.21",
"babel-eslint": "^4.1.0",
"babelify": "^6.3.0",
"browser-sync": "^2.9.1",
"browserify": "^11.1.0",
"browserify-shim": "^3.8.10",
"chai": "^3.2.0",
"cssnano": "^3.0.0",
"eslint-plugin-react": "^3.3.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-html-replace": "^1.5.1",
"gulp-image": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"mocha": "^2.3.0",
"postcss-nested": "^1.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^1.0.0",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}