forked from aliakakis/grommet-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.29 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
{
"name": "inductors",
"version": "0.1.0",
"description": "Helping people integrate in a company",
"main": "gulpfile.js",
"dependencies": {
"classnames": "^2.2.5",
"firebase": "^3.6.7",
"grommet": "^1.2.1",
"mobx": "^3.0.2",
"mobx-react": "^4.1.0",
"re-base": "^2.5.2",
"react": "^15.4.2",
"react-addons-create-fragment": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-dragula": "^1.1.17",
"react-grid-system": "^2.3.0",
"react-router": "^3.0.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"event-stream": "^3.3.4",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-declare": "^0.3.0",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-image": "^2.7.3",
"gulp-inject": "^4.2.0",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-strip-comments": "^2.4.3",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.1",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.13.0",
"jsdom": "^9.9.1",
"mobx-react-devtools": "^4.2.11",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0",
"partition-bundle": "^2.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"yargs": "^6.6.0"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive"
},
"author": "Antonios Liakakis",
"license": "ISC"
}