-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "audio-visualizer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cross-env webpack --mode production",
"start": "cross-env SERVE=true webpack serve --open",
"lint": "./node_modules/.bin/prettier --write ."
},
"keywords": [
"canvas",
"audio",
"animation"
],
"author": "Egor Ermolaev <probegrofanston@mail.ru>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@types/node": "^16.10.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"inversify": "^5.1.1",
"prettier": "^2.4.1",
"querystring-es3": "^0.2.1",
"reflect-metadata": "^0.1.13",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0",
"webpack-serve": "^4.0.0"
}
}