forked from crustio/ipfsscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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": {
"lint": "eslint . --fix",
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@crustio/type-definitions": "^1.2.0",
"@decooio/crust-fonts": "^1.1.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.7",
"@polkadot/api": "^6.8.1",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.11.1",
"filesize": "^8.0.6",
"i18next": "^21.2.6",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"lodash": "^4.17.21",
"multiformats": "^9.4.10",
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.12.0",
"remark-gfm": "1.0.0",
"sass": "^1.42.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "^8.2.0",
"eslint-plugin-react": "^7.26.1",
"typescript": "^4.3.5"
}
}