-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "theforge",
"version": "0.2.1",
"description": "The Forge official website, based on MesseBasseProduction/BandWebsite",
"keywords": [],
"main": "src/bw.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"watch": "webpack --watch --config webpack/webpack.dev.js",
"server": "http-server -p 1337 -c-1 -o index.html"
},
"homepage": "https://github.com/MesseBasseProduction/theforge.band/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/MesseBasseProduction/theforge.band.git"
},
"bugs": {
"url": "https://github.com/MesseBasseProduction/theforge.band/issues"
},
"author": "ArthurBeaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"eslint": "^8.24.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"postcss": "^8.4.17",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"sass-loader": "^13.0.2",
"stylelint": "^14.13.0",
"stylelint-webpack-plugin": "^3.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}