-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
52
{
"name": "website",
"version": "1.0.0",
"description": "The Harmelodic website",
"main": "public/index.html",
"scripts": {
"test": "jest",
"lint": "eslint src/*",
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "Harmelodic",
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@reduxjs/toolkit": "2.5.0",
"babel-loader": "9.2.1",
"compression-webpack-plugin": "11.1.0",
"css-loader": "7.1.2",
"eslint": "9.17.0",
"eslint-plugin-jsdoc": "50.6.1",
"highlight.js": "11.11.0",
"jest": "29.7.0",
"marked": "15.0.4",
"marked-highlight": "2.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0",
"react-router-dom": "7.1.0",
"styled-components": "6.1.13",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0",
"webpack-merge": "6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harmelodic/website.git"
},
"bugs": {
"url": "https://github.com/Harmelodic/website/issues"
},
"homepage": "https://github.com/Harmelodic/website#README",
"keywords": [
"frontend",
"react",
"harmelodic",
"redux",
"website"
],
"license": "UNLICENSED"
}