-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 KB
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": "manazeak.github.io",
"version": "0.2.1",
"description": "The ManaZeak organization website, to describe what Mzk is",
"keywords": [],
"main": "src/mzk.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/ManaZeak/manazeak.github.io/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ManaZeak/manazeak.github.io.git"
},
"bugs": {
"url": "https://github.com/ManaZeak/manazeak.github.io/issues"
},
"author": "ArthurBeaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "^8.43.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^8.5.1",
"sass-loader": "^13.3.2",
"stylelint": "^15.9.0",
"stylelint-webpack-plugin": "^4.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
}
}