forked from AvaProtocol/xcm-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.74 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
{
"name": "xcm-demo-app",
"description": "The web app to show case Mangata DEX auto-compound via XCM",
"version": "1.0.0",
"author": "chrisli30",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"product": "dotenv -e .env.product -- bash -c 'next dev -p 3005'",
"export": "dotenv -e .env.product -- bash -c 'next build && next export'",
"lint": "eslint --fix ./src"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/pro-light-svg-icons": "^6.0.0",
"@fortawesome/pro-regular-svg-icons": "^5.15.4",
"@fortawesome/pro-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.14",
"@imstar15/types": "^0.0.12",
"@mangata-finance/sdk": "^1.9.0",
"@next/font": "^13.0.4",
"@polkadot/api": "^9.3.3",
"@polkadot/wasm-crypto-asmjs": "^6.3.1",
"@polkadot/wasm-crypto-wasm": "^6.3.1",
"antd": "^5.0.0",
"bn.js": "^5.2.0",
"classnames": "^2.3.1",
"lodash": "^4.17.15",
"moment": "^2.29.1",
"next": "^13.0.4",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.2.0",
"next-i18next": "^7.0.1",
"polished": "^3.6.5",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-moment": "^1.1.2",
"sass": "^1.26.9",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5"
},
"devDependencies": {
"dotenv-cli": "^5.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"next-optimized-images": "^1.4.2"
}
}