-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
53
54
55
56
{
"name": "aplosjs",
"version": "0.0.1",
"description": "Another react framework",
"author": "Mbechezi Nawo",
"private": false,
"license": "MIT",
"bin": {
"aplos": "bin/aplos"
},
"scripts": {
"dev": "bin/aplos server",
"test": "jest",
"lint": "eslint"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"babel-loader": "^9.2.1",
"chokidar": "^3.6.0",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.28.2",
"style-loader": "^4.0.0",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"react-refresh": "^0.16.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"babel-jest": "^29.7.0",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"exports": {
"./layout": "./src/components/layout.tsx",
"./config": "./src/components/config",
"./navigation": "./src/components/navigation",
"./head": "./src/components/head"
},
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}