-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 856 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
{
"name": "asatruphp",
"version": "1.0.0",
"description": "A lightweight PHP framework",
"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.70.0",
"sass-loader": "^10.5.2",
"webpack": "^5.90.1",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"style-loader": "^1.2.1"
}
}