-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 952 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
{
"name": "marko_nikolic_portfolio",
"version": "1.0.0",
"description": "marko nikolic portfolio Allowed non-commercial use. For teaching purposes only and not for editing without the permission of the author!. Author linkedin : linkedin.com/in/marko-nikolic-49385a283/",
"main": "composer.js",
"scripts": {
"start": "php -S localhost:3001 -dev",
"test": "test"
},
"repository": {
"type": "git",
"url": "portfolio"
},
"keywords": [
"marko",
"nikolic",
"marko",
"portfolio",
"github.com/marko9827"
],
"author": "marko nikolic linkedin.com/in/marko-nikolic-49385a283",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.6.2",
"commonmark": "^0.30.0",
"ez-plus": "^1.2.1",
"gpu-info-nv": "^1.0.3",
"jquery-zoom": "^1.7.21",
"marked": "^13.0.2",
"monaco": "^1.201704190613.0",
"monaco-editor": "^0.45.0",
"puppeteer": "^2.0.0",
"stats": "^1.0.0"
}
}