-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 942 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
{
"name": "asatruphp",
"version": "1.0.0",
"description": "(C) 2019 - 2022 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.59.3",
"sass-loader": "^10.4.1",
"webpack": "^5.76.2",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^1.6.8",
"chart.js": "^3.9.1",
"highlight.js": "^11.7.0",
"style-loader": "^1.2.1"
}
}