-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "ClientDash",
"version": "2.2.1",
"authors": [
"Real Big Plugins <[email protected]>"
],
"description": "Creating a more intuitive admin interface for clients.",
"repository": {
"type": "git",
"url": "https://github.com/realbigplugins/client-dash.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^15.2.0",
"fetchify": "0.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-dos2unix-js": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.0.3",
"promise-polyfill": "^7.0.0",
"react": "^16.0.0",
"react-css-transition-replace": "^3.0.2",
"react-dom": "^16.0.0",
"react-sortable-hoc": "^0.6.8",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vinyl-transform": "^1.0.0",
"whatwg-fetch": "^2.0.3"
},
"private": true,
"dependencies": {}
}