-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 992 Bytes
/
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
{
"name": "etd-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next -p 3001",
"start": "next start -p 8080",
"build": "next build"
},
"author": "sirily11",
"license": "Apache-2.0",
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.2",
"@material-ui/icons": "^4.11.2",
"@reach/skip-nav": "^0.10.5",
"axios": "^0.21.1",
"focus-visible": "^5.1.0",
"intersection-observer": "^0.10.0",
"markdown-to-jsx": "^6.11.4",
"next": "^11.0.1",
"nextra": "^1.0.0-beta.2",
"nextra-theme-docs": "^1.2.0-beta.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intersection-observer": "^8.26.2"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"prettier": {
"embeddedLanguageFormatting": "off",
"htmlWhitespaceSensitivity": "strict"
}
}