-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"name": "px-data-table",
"author": "General Electric",
"description": "A Px component",
"version": "4.0.6",
"extName": null,
"repository": {
"type": "git",
"url": "https://github.com/PredixDev/px-data-table.git"
},
"homepage": "http://predix.io/",
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^2.4.0",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-match": "^1.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^2.6.4",
"gulp-style-modules": "^0.1.0",
"node-sass-import-once": "^1.2.0",
"stream-combiner2": "^1.1.1",
"sw-precache": "^4.2.3",
"yargs": "^5.0.0"
},
"dependencies": {}
}