-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 804 Bytes
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": "sdms-vuepress",
"version": "1.0.0",
"description": "Website for sdm studio",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SDMS",
"solver",
"decision making",
"multi-agent reinforcement learning",
"planning"
],
"author": "David Albert",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"vue-particles": "^1.0.9",
"vuepress": "^1.8.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"markdown-it": "^8.4.2",
"markdown-it-emoji": "^1.4.0",
"markdown-it-katex": "^2.0.3"
}
}