-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.58 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
{
"name": "berlioz.website-skeleton",
"version": "2.0.0",
"description": "Berlioz Framework website skeleton",
"main": "resources/assets/app.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/WebsiteSkeleton.git"
},
"author": "Ronan Giron",
"license": "MIT",
"bugs": {
"url": "https://github.com/BerliozFramework/WebsiteSkeleton/issues"
},
"homepage": "https://github.com/BerliozFramework/WebsiteSkeleton#readme",
"dependencies": {
"@popperjs/core": "^2.11.2",
"bootstrap": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.8",
"assets-webpack-plugin": "^6.1.2",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "^2.5.2",
"postcss": "^8.4.5",
"postcss-color-converter": "^1.0.3",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.2.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-manifest-plugin": "^4.1.1",
"webpack-notifier": "^1.15.0"
}
}