-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/material": "^5.11.6",
"@polkadot/api": "^9.10.2",
"@polkadot/extension-dapp": "^0.44.6",
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.24.0",
"express": "^4.17.1",
"next": "^12.3",
"randomstring": "^1.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-drag-drop-files": "^2.2.5",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-usestateref": "^1.0.8",
"redux": "^4.1.2",
"slug": "^8.2.2",
"use-resize-observer": "^8.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/slug": "^5.0.3",
"autoprefixer": "10.4.5",
"postcss": "^8.4.5",
"postcss-extend": "^1.0.5",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.0.1",
"sass": "^1.44.0",
"tailwindcss": "^3.0.8",
"typescript": "^4.5.4"
}
}