-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@antfu/eslint-config": "^0.26.1",
"@codemirror/lang-javascript": "^6.0.2",
"@headlessui/react": "^1.6.6",
"@tanstack/react-query": "^4.2.1",
"@types/lodash-es": "^4.17.6",
"@uiw/codemirror-theme-sublime": "^4.11.6",
"@uiw/react-codemirror": "^4.11.6",
"eslint-plugin-tailwindcss": "^3.6.0",
"lodash-es": "^4.17.21",
"next": "12.2.5",
"react": "18.2.0",
"react-collapsed": "^3.3.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-responsive": "^9.0.0-beta.10",
"sass": "^1.54.4"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-transition-group": "^4.4.5",
"@viaprotocol/router-sdk": "^1.0.7",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"react-popper-tooltip": "^4.4.2",
"react-transition-group": "^4.4.5",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}