generated from AjayLiu/nextjs-tailwind-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "notation-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"cypress": "cypress open"
},
"dependencies": {
"classnames": "^2.3.1",
"next": "^12.2.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-code-blocks": "^0.0.9-0",
"react-d3-tree": "^3.3.4",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-github-corner": "^2.5.0",
"react-router-dom": "^6.3.0",
"sweetalert2": "^11.4.24",
"uuid": "^8.3.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.13.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.7",
"css-loader": "^6.7.1",
"cypress": "^10.3.1",
"cypress-fail-on-console-error": "^3.2.1",
"postcss": "^8.4.14",
"sass": "^1.54.0",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
}
}