-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "playground",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf build .next"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.6.0",
"@mui/material": "^6.4.3",
"lua-fmt": "^2.6.0",
"next": "14.0.4",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@types/js-beautify": "^1.14.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"js-beautify": "^1.15.1",
"postcss": "^8.4.32",
"prettier": "^3.4.2",
"prettier-plugin-rust": "^0.1.9",
"prettier-plugin-solidity": "^1.4.2",
"source-map-support": "^0.5.21",
"tailwindcss": "^3.3.7",
"typescript": "^5.3.3"
}
}