This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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
{
"name": "tenet-holiday-card-2015",
"version": "1.0.0",
"author": "Tenet Partners",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/TenetPartners/tenet-holiday-card-2015.git"
},
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"autobind-decorator": "^1.3.2",
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.2.0",
"breakpoint-sass": "^2.7.1",
"browser-sync": "^2.18.4",
"browserify": "^14.1.0",
"connect-history-api-fallback": "^1.1.0",
"eslint-plugin-react": "^6.10.0",
"expect": "^1.13.0",
"expect-jsx": "^3.0.0",
"firebase": "^3.6.9",
"glob": "^7.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-awspublish": "^3.0.1",
"gulp-awspublish-router": "^0.1.1",
"gulp-clean": "^0.3.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-inline-source": "^3.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^3.0.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.7.0",
"gulp-responsive-images": "0.0.3",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"history": "^4.0.0",
"install": "^0.8.6",
"isparta": "^4.0.0",
"jsdom": "^9.11.0",
"localStorage": "^1.0.3",
"normalize-scss": "^6.0.0",
"re-base": "^2.6.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-addons-test-utils": "^15.4.2",
"react-addons-update": "^15.4.2",
"react-catalyst": "^0.3.0",
"react-dom": "^15.4.2",
"react-mixin": "^3.0.0",
"react-router": "^3.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.7",
"streamify": "^0.2.7",
"superagent": "^3.4.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"yargs": "^6.4.0"
}
}