-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 854 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 854 Bytes
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
{
"name": "ej2-ts-webpack",
"sideEffects": false,
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack serve --mode development --open",
"start": "webpack serve --mode development --open"
},
"author": "",
"license": "ISC",
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"@syncfusion/ej2-grids": "*",
"@syncfusion/ej2": "*",
"@syncfusion/ej2-calendars": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-dropdowns": "*",
"cldr": "^7.9.0",
"cldr-data": "^36.0.0",
"http-server": "^14.1.1"
}
}