-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "code-comp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"styles": "tailwindcss -i style.css -o style_tailwind.css --watch",
"dev": "next dev",
"build": "npm ci; next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-comp/code-comp.github.io.git"
},
"bugs": {
"url": "https://github.com/code-comp/code-comp.github.io/issues"
},
"homepage": "https://github.com/code-comp/code-comp.github.io#readme",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/view": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@uiw/codemirror-extensions-basic-setup": "^4.15.1",
"@uiw/react-codemirror": "^4.15.1",
"aos": "^2.3.4",
"awesome-notifications": "^3.1.3",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.5",
"next": "^13.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"three": "^0.145.0",
"y-codemirror.next": "^0.3.2",
"y-webrtc": "^10.2.3",
"y-websocket": "^1.4.5",
"yjs": "^13.5.42"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/awesome-notifications": "^3.1.1",
"@types/three": "^0.144.0",
"tailwindcss": "^3.2.4"
}
}