-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
38
39
40
41
42
{
"name": "testerdbs",
"version": "1.0.0",
"description": "DBS tester application",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sibyx/TesterDBS.git"
},
"author": "Jakub Dubec <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sibyx/TesterDBS/issues"
},
"homepage": "https://github.com/Sibyx/TesterDBS#readme",
"dependencies": {
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"export-loader": "^1.0.52",
"postcss-loader": "^7.0.2",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}