Skip to content

Commit

Permalink
Remove A-Frame stuff to another branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Nov 23, 2023
1 parent c984f2a commit 6885abd
Show file tree
Hide file tree
Showing 15 changed files with 420 additions and 755 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:solid/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs', 'aframe.d.ts'],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['solid'],
rules: {
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<link href="/font/roboto-mono-v23.css" rel="stylesheet" />
<title>NDN Workspace</title>
<meta name="description" content="NDN Workspace for collaborative paper writing and documents">
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<!-- aframe.js has to be loaded from beginning, or there will be an error on `systems` -->
<!-- Also, it is too large to be handled by the ServiceWorker, so we use the CDN version -->
</head>

<body>
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,28 @@
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"solid-codemirror": "^2.3.0",
"solid-js": "^1.8.5",
"solid-js": "^1.8.6",
"solid-tiptap": "^0.6.0",
"uuid": "^9.0.1",
"y-codemirror.next": "^0.3.2",
"yjs": "^13.6.8"
"yjs": "^13.6.10"
},
"devDependencies": {
"@suid/vite-plugin": "^0.1.5",
"@types/aframe": "^1.2.5",
"@types/diff": "^5.0.8",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^9.0.7",
"@types/wicg-file-system-access": "^2023.10.3",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/wicg-file-system-access": "^2023.10.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-solid": "^0.13.0",
"peer": "^1.0.1",
"solid-devtools": "^0.29.1",
"typescript": "^5.2.2",
"solid-devtools": "^0.29.2",
"typescript": "^5.3.2",
"typescript-event-target": "^1.1.0",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.16.7",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.17.0",
"vite-plugin-rewrite-all": "^1.0.2",
"vite-plugin-solid": "^2.7.2"
}
Expand Down
Loading

0 comments on commit 6885abd

Please sign in to comment.