-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 937 Bytes
/
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
{
"name": "lab-experiment",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"@stacks/blockchain-api-client": "^0.69.0",
"@stacks/transactions": "^2.0.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.0",
"@types/react-dom": "^17.0.9",
"jotai": "^1.4.0",
"jotai-query-toolkit": "^0.1.10",
"micro-memoize": "^4.0.9",
"micro-stacks": "^0.0.35",
"next": "11.1.2",
"proxy-memoize": "^0.3.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.27.0"
},
"devDependencies": {
"@types/react": "^17.0.30",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.4.4"
}
}