-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "oasisdex-website",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@makerdao/dai-ui-icons": "^0.0.37",
"@makerdao/dai-ui-theme-oasis": "^0.0.38",
"@mdx-js/loader": "^1.6.1",
"@mdx-js/mdx": "^1.6.1",
"@next/mdx": "^9.3.6",
"@theme-ui/prism": "^0.3.0",
"ipfs": "^0.43.3",
"next": "^9.4.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rehype-autolink-headings": "^4.0.0",
"rehype-slug": "^3.0.0",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@makerdao/test-helpers": "^0.3.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-transformer-mdx": "^2.1.0",
"prettier": "^2.0.5"
},
"peerDependencies": {}
}