This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "@automattic/vip-dashboard",
"version": "2.0.4",
"homepage": "http://vip.wordpress.com",
"description": "WordPress.com VIP Go Dashboard",
"license": "GPL-2.0+",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Automattic/vip-go-admin-console.git"
},
"scripts": {
"test": "NODE_ENV=test npm run-script lint",
"lint": "node_modules/.bin/eslint components"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"browser-sync": "^2.17.2",
"browserify": "^13.1.0",
"eslint": "^3.7.1",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-check-unused-css": "^2.1.3",
"gulp-concat": "^2.6.0",
"gulp-config-sync": "^1.0.2",
"gulp-csscomb": "^3.0.8",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-install": "^0.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-parker": "^0.1.4",
"gulp-plumber": "^1.1.0",
"gulp-react": "^3.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.0.0",
"gulp-uglify": "1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"lodash.assign": "^4.2.0",
"reactify": "^1.1.1",
"should": "11.1.1",
"should-http": "0.0.4",
"supertest": "^3.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"chart.js": "^1.1.1",
"classnames": "^2.2.5",
"debug": "^2.2.0",
"fbjs": "^0.8.5",
"lodash": "^4.17.19",
"react": "^15.3.2",
"react-chartjs": "^0.8.0",
"react-dom": "^15.3.2"
}
}