-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
28 lines (28 loc) · 844 Bytes
/
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
{
"scripts": {
"start": "webpack serve --mode development",
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production"
},
"dependencies": {
"@syncfusion/ej2-dropdowns": "^23",
"@syncfusion/ej2-inputs": "^23",
"@types/bootstrap": "^5.2",
"@types/plotly.js": "^2.20",
"bootstrap": "^5.2",
"clean-webpack-plugin": "^4",
"css-loader": "^6.7",
"file-loader": "^6.2",
"mini-css-extract-plugin": "^2.7",
"plotly.js": "^2.20",
"sass": "^1.61",
"sass-loader": "^13",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.4",
"typescript": "^5",
"url-loader": "^4.1.1",
"webpack": "^5.78",
"webpack-cli": "^5",
"webpack-dev-server": "^4"
}
}