-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 KB
/
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": "orizin-agent-html",
"version": "4.2.0",
"description": "An open source AI assistant.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robot-Inventor/ORIZIN-Agent-HTML"
},
"author": "Robot-Inventor",
"license": "MIT",
"bugs": {
"url": "https://github.com/Robot-Inventor/ORIZIN-Agent-HTML/issues"
},
"homepage": "https://github.com/Robot-Inventor/ORIZIN-Agent-HTML#readme",
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-checkbox": "^0.27.0",
"@material/mwc-dialog": "^0.27.0",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-radio": "^0.27.0",
"@material/mwc-snackbar": "^0.27.0",
"@material/mwc-switch": "^0.27.0",
"eslint": "^8.0.0",
"stylelint": "^14.0.0",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-scss": "^4.0.0",
"webpack": "^5.43.0",
"webpack-cli": "^5.0.0"
}
}