-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "igniteui-react-datasources",
"version": "16.11.0",
"description": "Reference custom data providers for the Ignite UI React data source",
"main": "index.js",
"scripts": {
"compileES5": "tsc -p tsconfig-ES5.json",
"compileES2015": "tsc -p tsconfig-ES2015.json",
"buildES5": "gulp buildES5",
"buildES2015": "gulp buildES2015",
"build": "npm run buildES5 && npm run buildES2015"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IgniteUI/igniteui-react-datasources.git"
},
"author": "Infragistics",
"license": "MIT",
"bugs": {
"url": "https://github.com/IgniteUI/igniteui-react-datasources/issues"
},
"homepage": "https://github.com/IgniteUI/igniteui-react-datasources#readme",
"peerDependencies": {
"igniteui-react-core": "^16.15.0"
},
"dependencies": {
"igniteui-react-core": "^16.15.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-flatten": "^0.4.0",
"gulp-replace": "^1.0.0",
"gulp-run-sequence": "^0.3.2",
"react": "^16.0.0",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^4.3.0"
}
}