-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "pkl-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.3.3",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@pkl-community/pkl-eval": "^0.0.3",
"@uiw/codemirror-theme-github": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@vercel/analytics": "^1.1.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.9",
"copy-to-clipboard": "^3.3.3",
"next": "14.1.0",
"random-words": "^2.0.1",
"react": "^18",
"react-bulma-components": "^4.1.0",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"prettier": "^3.2.5",
"typescript": "^5",
"vercel": "^33.4.1"
}
}