-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
84 lines (84 loc) · 2.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "subsocial-playground",
"homepage": "https://tusharojha.github.io/playground",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/roboto": "^4.5.8",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.1",
"@polkadot/api": "latest",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/types": "latest",
"@reduxjs/toolkit": "^1.8.5",
"@subsocial/api": "0.7.5",
"@subsocial/utils": "0.7.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"ace": "^1.3.0",
"ace-builds": "^1.11.2",
"brace": "^0.11.1",
"buffer": "^6.0.3",
"json-beautify": "^1.1.1",
"json-formatter-js": "^2.3.4",
"next": "^12.3.1",
"normalize-json-api-response": "^1.1.2",
"re-resizable": "^6.9.9",
"react": "^18.1.0",
"react-ace": "^10.1.0",
"react-dom": "^18.1.0",
"react-json-formatter": "^0.3.2",
"react-json-view": "^1.21.3",
"react-json-viewer": "^3.0.1",
"react-redux": "^8.0.2",
"react-resizable-layout": "^0.3.1",
"react-resize-layout": "^0.2.3",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"typescript": "^4.7.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^4.0.0"
},
"resolutions": {
"@polkadot/api": "9.2.4",
"@polkadot/types": "9.2.4"
}
}