forked from sky-ecosystem/governance-portal-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 4.13 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 4.13 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "governance-portal-v2",
"license": "AGPL-3.0-only",
"version": "0.2.6",
"jest": {
"testTimeout": 7000
},
"scripts": {
"prepare": "husky install",
"dev": "next",
"dev-https": "node server.js",
"build": "next build",
"start": "next start",
"export": "next export",
"test": "yarn testchain --ci jest --config=jest.config.js --runInBand --watch",
"test:ci": "yarn testchain --ci jest --runInBand --ci --coverage",
"testchain": "node_modules/@makerdao/testchain/scripts/launch -s default --fast",
"e2e": "npm run fund && start-server-and-test dev http://localhost:3000 cypress",
"e2e:headless": "npm run fund && start-server-and-test dev http://localhost:3000 cypress:headless",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"fund": "npx hardhat run scripts/setup.js --network localhost",
"hardhat": "npx hardhat node --network hardhat ",
"hardhat:detached": "npm run hardhat & TASKHARDHAT_PID=$! ",
"start:detached": "sleep 5 && npm run fund && yarn dev && kill $TASKHARDHAT_PID",
"start:ci": "npm run --silent hardhat:detached & npm run start:detached",
"prettier": "prettier --config .prettierrc --write pages/ modules/ lib/ cypress/",
"lint": "eslint --ext .tsx,.ts pages/ modules/ lib/"
},
"dependencies": {
"@davatar/react": "^1.8.1",
"@makerdao/dai": "^0.42.4",
"@makerdao/dai-plugin-governance": "^0.16.7",
"@makerdao/dai-plugin-ledger-web": "^0.9.10",
"@makerdao/dai-plugin-mcd": "^1.8.5",
"@makerdao/dai-plugin-trezor-web": "^0.9.7",
"@makerdao/dai-ui-icons": "^0.0.39",
"@makerdao/dai-ui-icons-branding": "^0.0.39",
"@makerdao/dai-ui-theme-maker-neue": "^0.0.47",
"@makerdao/i18n-helper": "^0.1.8",
"@octokit/core": "^3.2.5",
"@reach/dialog": "^0.16.2",
"@reach/listbox": "^0.16.2",
"@reach/menu-button": "^0.16.2",
"@reach/tabs": "^0.10.3",
"@reach/tooltip": "^0.16.2",
"@sentry/nextjs": "^6.17.3",
"@theme-ui/css": "^0.12.0",
"@theme-ui/match-media": "^0.12.0",
"@ukstv/jazzicon-react": "^1.0.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "6.2.4",
"@web3-react/walletlink-connector": "^6.2.8",
"babel-plugin-superjson-next": "^0.3.0",
"d3-hierarchy": "^3.0.1",
"d3-selection": "^3.0.0",
"date-fns": "^2.24.0",
"date-fns-tz": "^1.1.6",
"gray-matter": "^4.0.2",
"hardhat": "^2.8.2",
"ipfs-only-hash": "^2.0.1",
"lodash": "^4.17.21",
"lottie-web": "^5.7.1",
"mixpanel-browser": "^2.39.0",
"mongodb": "^3.6.2",
"next": "^12.0.10",
"next-swagger-doc": "^0.1.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^2.0.1",
"react-qr-svg": "^2.2.2",
"recharts": "^2.1.2",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"superjson": "^1.8.1",
"swagger-ui-react": "^4.1.0",
"swr": "^1.0.1",
"theme-ui": "^0.12.0",
"tiny-invariant": "^1.1.0",
"uuid": "^8.3.0",
"valid-url": "^1.0.9",
"zustand": "^2.2.3"
},
"devDependencies": {
"@makerdao/test-helpers": "^0.3.0",
"@makerdao/testchain": "^1.1.33-beta5",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.11",
"@types/testing-library__jest-dom": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"bignumber.js": "^9.0.1",
"cypress": "^9.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.5.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-testing-library": "^4.10.1",
"husky": "^6.0.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"start-server-and-test": "^1.14.0",
"typescript": "^4.3.4",
"wait-for-expect": "^3.0.2"
}
}