forked from ProfessorFrancken/ProfessorFrancken
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.22 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.22 KB
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
{
"name": "professorfrancken",
"version": "1.0.0",
"description": "| | | | ------------- |:-------------:| | <a href=\"https://professorfrancken.nl\"><img width=\"200px\" alt=\"Logo of T.F.V. Professor Francken\" src=\"https://github.com/ProfessorFrancken/ProfessorFrancken/blob/master/public/images/LOGO_KAAL.png\"></a> | <h1>T.F.V. 'Professor Francken'</h1> [](http://github.scriptcie.nl/ProfessorFrancken/ProfessorFrancken) [](https://coveralls.io/github/ProfessorFrancken/ProfessorFrancken?branch=master) |",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx mix build",
"production": "npx mix build -p"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.72.0",
"sass-loader": "^12.6.0"
},
"dependencies": {
"bootstrap": "^4.5.3",
"jquery": "^3.5.1"
}
}