-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
72 lines (72 loc) · 2.14 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
{
"name": "aerx",
"version": "0.1.1",
"private": true,
"engines": {
"npm": "*",
"yarn": "PLEASE USE NPM"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@chakra-ui/color-mode": "^1.4.7",
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "^1.8.3",
"@crustio/type-definitions": "^1.2.0",
"@polkadot/api": "^7.13.1",
"@polkadot/keyring": "^8.6.1",
"@polkadot/util": "^8.6.1",
"antd": "^4.19.1",
"axios": "^0.26.1",
"beautiful-react-hooks": "^1.2.0",
"big.js": "^6.1.1",
"cross-undici-fetch": "^0.1.28",
"dotenv": "^16.0.0",
"form-data": "^4.0.0",
"husky": "^7.0.4",
"ipfs-core": "^0.14.1",
"ipfs-core-types": "^0.11.1",
"near-api-js": "^0.44.2",
"next": "12.1.0",
"next-themes": "^0.0.15",
"next-translate": "^1.2.0",
"next-urql": "^3.3.2",
"react": "17.0.2",
"react-card-flip": "^1.1.5",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sha.js": "^2.4.11",
"timeago-react": "^3.0.4",
"zustand": "^3.7.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@svgr/webpack": "^6.2.1",
"@types/big.js": "^6.1.5",
"@types/node": "^17.0.23",
"@types/react": "17.0.30",
"@types/react-dom": "^18.0.6",
"@types/sha.js": "^2.4.0",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.3",
"cypress": "^9.5.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-storybook": "^0.5.7",
"framer-motion": "^6.2.8",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"typescript": "^4.7.4"
}
}