-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
37 lines (37 loc) · 979 Bytes
/
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
{
"name": "asatruphp",
"version": "1.0.0",
"description": "(C) 2019 - 2024 by Daniel Brendel",
"main": "index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielbrendel/dnyAsatruPHP-App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielbrendel/dnyAsatruPHP-App/issues"
},
"homepage": "https://github.com/danielbrendel/dnyAsatruPHP-App#readme",
"devDependencies": {
"css-loader": "^5.2.7",
"sass": "^1.71.1",
"sass-loader": "^10.5.2",
"webpack": "^5.90.3",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^1.6.7",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"style-loader": "^1.2.1"
}
}