-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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": "winstall",
"version": "2.0.0",
"private": true,
"dependencies": {
"fuse.js": "^6.0.3",
"next": "^12.0.8",
"next-auth": "^4.23.1",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-debounce-input": "^3.2.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.0.0",
"react-icons": "^3.10.0",
"react-lazyload": "^3.2.0",
"react-loading-skeleton": "^2.0.1",
"react-modal": "^3.11.2",
"react-scripts": "3.4.1",
"react-toggle": "^4.1.1",
"react-beautiful-dnd": "^13.0.0",
"yaml": "^1.10.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"devDependencies": {
"@types/react": "^17.0.38",
"sass": "^1.49.0"
}
}