-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 Bytes
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
{
"name": "schemesonic.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run open-browser && next dev -p 6999",
"build": "next build",
"start": "npm run open-browser && next start -p 6999",
"export": "next export",
"lint": "next lint",
"open-browser": "open http://localhost:6999"
},
"dependencies": {
"@next/mdx": "^12.0.2",
"howler": "^2.2.3",
"next": "12.0.1",
"next-themes": "0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-rough-notation": "^1.0.1"
},
"devDependencies": {
"@mdx-js/loader": "^1.6.22",
"@types/howler": "^2.2.4",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"autoprefixer": "^10.2.6",
"eslint": "7.32.0",
"eslint-config-next": "12.0.1",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "4.4.4"
}
}