-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 955 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 955 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
33
{
"name": "abxtest",
"version": "1.0.0",
"description": "Platform for ABX Audio Testing https://abxtest.com",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --progress --profile",
"build": "webpack --mode production --progress --profile",
"serve": "webpack serve --open --mode development --progress --profile",
"start": "serve -s build -l 80"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.7.3",
"favicons": "^7.1.0",
"favicons-webpack-plugin": "^6.0.0",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"@sentry/browser": "^8.30.0",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"jquery": "^3.6.3"
}
}