-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 940 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 940 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
35
36
37
{
"name": "dungeo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aos": "^2.3.4",
"near-api-js": "^0.45.1",
"next": "12.1.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.1.5",
"react-numeric-input": "^2.2.3",
"styled-components": "^5.3.5",
"swiper": "^8.2.2"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "17.0.38",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"@types/react-headroom": "^2.2.2",
"@types/react-numeric-input": "^2.2.4",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
}
}