-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
{
"name": "berlioz.httpcore",
"version": "2.0.0",
"description": "Berlioz Framework HTTP Core",
"main": "main.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build-dev": "webpack --config webpack.config.js --mode=development",
"watch": "webpack --config webpack.config.js --mode=development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BerliozFramework/HttpCore.git"
},
"author": "Ronan Giron",
"license": "MIT",
"bugs": {
"url": "https://github.com/BerliozFramework/HttpCore/issues"
},
"homepage": "https://getberlioz.com",
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0 <5.1",
"bootstrap-icons": "^1.5.0",
"highlight.js": "^10.7.3",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"assets-webpack-plugin": "^6.0.6",
"autoprefixer": "^10.4.7",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-notifier": "^1.15.0"
}
}