-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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
{
"name": "@arction/lcjs-showcase-audio",
"version": "1.0.0",
"description": "Audio visualization",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production",
"deploy": "npm run build && gh-pages -d out"
},
"author": "Ilkka Kuosmanen <dev.snekw@gmail.com> (https://snekw.com)",
"bugs": {
"url": "https://github.com/Arction/lcjs-showcase-audio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Arction/lcjs-showcase-audio.git"
},
"homepage": "https://github.com/Arction/lcjs-showcase-audio",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.2.2",
"gh-pages": "^3.1.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^4.5.2",
"style-loader": "^1.2.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"
}
}