-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 904 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
29
30
{
"name": "lcjs-showcase-rendering-speed",
"version": "1.0.0",
"description": "LightningChart JS application for showcasing rendering speed.",
"main": "main.bundle.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production && gulp build",
"deploy": "npm run build && gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"html-webpack-plugin": "^4.5.2",
"showdown": "^1.9.1",
"ts-loader": "^8.4.0",
"typescript": "^4.9.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"@lightningchart/lcjs": "^6.0.1",
"@lightningchart/xydata": "^1.4.0"
}
}