-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"axios": "^0.21.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.17.0",
"debounce": "^1.2.0",
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"randomcolor": "^0.6.2",
"react": "17.0.1",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-date-range": "^1.1.3",
"react-dom": "17.0.1",
"react-loader-spinner": "^4.0.0",
"react-minimal-pie-chart": "^8.1.0",
"react-webcam": "^5.2.3",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
},
"devDependencies": {
"@types/debounce": "^1.2.0",
"@types/node": "^14.14.27",
"@types/randomcolor": "^0.5.5",
"@types/react": "^17.0.0",
"@types/react-alert": "^5.2.0",
"postcss": "^8.2.6",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.0.3",
"typescript": "^4.1.3"
}
}