forked from neptune-mutual-blue/app.neptunemutual.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.09 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
{
"name": "app.neptunemutual.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn lang && next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"lang:extract": "cross-env NODE_ENV=development lingui extract --clean",
"lang": "yarn lang:extract && lingui compile",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.5.8",
"@binance-chain/bsc-connector": "1.0.0",
"@ethersproject/providers": "5.5.1",
"@fontsource/poppins": "4.5.0",
"@fontsource/sora": "4.5.0",
"@headlessui/react": "1.4.1",
"@lingui/react": "3.13.2",
"@metamask/post-message-stream": "4.0.0",
"@metamask/providers": "8.1.1",
"@neptunemutual/sdk": "^0.5.1-beta",
"@radix-ui/react-dialog": "0.1.6",
"@radix-ui/react-tooltip": "0.1.0",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"bignumber.js": "9.0.2",
"chart.js": "3.5.1",
"highcharts": "9.1.2",
"highcharts-react-official": "3.0.0",
"make-plural": "7.1.0",
"next": "12.3.0",
"react": "17.0.2",
"react-chartjs-2": "4.0.0",
"react-dom": "17.0.2",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@lingui/cli": "3.13.2",
"@lingui/core": "3.13.2",
"@lingui/loader": "3.13.2",
"@lingui/macro": "3.13.3",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"autoprefixer": "10.4.0",
"babel-jest": "27.4.6",
"babel-plugin-macros": "3.1.0",
"cross-env": "7.0.3",
"eslint": "8.4.1",
"eslint-config-next": "12.3.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-jsx": "10.0.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~5.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"postcss": "8.4.4",
"tailwindcss": "3.0.0"
},
"volta": {
"node": "16.13.1",
"yarn": "1.22.19"
}
}