This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
forked from googleanalytics/ga-dev-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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
{
"name": "ga-dev-tools",
"repository": {
"type": "git",
"url": "git://github.com/googleanalytics/ga-dev-tools.git"
},
"scripts": {
"build": "gulp build",
"start": "gulp watch",
"test": "gulp test"
},
"license": "Apache-2.0",
"devDependencies": {
"autotrack": "^1.0.0",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"camelcase": "^3.0.0",
"core-js": "^2.4.1",
"create-output-stream": "0.0.1",
"del": "^2.2.1",
"eslint": "^3.1.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^5.2.2",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnext": "^1.0.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-image-resize": "^0.9.0",
"gulp-imagemin": "^3.0.2",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"highlight.js": "^9.5.0",
"imagemin-pngquant": "^5.0.0",
"javascript-api-utils": "googleanalytics/javascript-api-utils#0.6.0",
"jquery": "^3.1.0",
"lodash": "^4.14.0",
"material-design-icons": "^2.2.3",
"merge-stream": "^1.0.0",
"mocha": "^2.5.3",
"node-libs-browser": "^1.0.0",
"normalize.css": "^4.2.0",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"react-textarea-autosize": "^4.0.4",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"request": "^2.74.0",
"select2": "select2/select2#3.5.2",
"sinon": "^1.17.5",
"svg4everybody": "^2.1.0",
"uuid": "^2.0.2",
"webpack": "^1.13.1"
}
}