-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "1.0.19",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-dropdowns"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-react-dropdowns.git"
},
"module": "dist/es6/index.js",
"readme": "ReadMe.md",
"dependencies": {
"awesome-typescript-loader": "^3.1.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"source-map-loader": "^0.2.1",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-react-base": "*",
"@syncfusion/ej2-dropdowns": "*"
},
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/es6-promise": "0.0.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine-ajax": "^3.1.27",
"@types/react": "^15.0.24",
"@types/react-dom": "^15.5.0",
"@types/requirejs": "^2.1.26",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4"
},
"scripts": {
"build": "gulp build"
}
}