-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "u-wave.github.io",
"version": "0.0.0",
"description": "The üWave documentation website",
"main": "index.js",
"scripts": {
"build": "next build",
"start": "next start",
"dev": "next dev",
"export": "next export",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u-wave/u-wave.github.io.git"
},
"author": "Renée Kooi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/u-wave/u-wave.github.io/issues"
},
"homepage": "https://github.com/u-wave/u-wave.github.io#readme",
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@mapbox/rehype-prism": "^0.7.0",
"@material-ui/core": "5.0.0-alpha.27",
"@material-ui/styles": "5.0.0-alpha.27",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.6",
"cssnano": "^4.1.10",
"next": "^10.0.6",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}