-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
{
"name": "collection-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ./"
},
"dependencies": {
"@eosdacio/ual-wax": "^1.9.0",
"@headlessui/react": "^1.7.4",
"@headlessui/tailwindcss": "^0.1.1",
"@hookform/resolvers": "^2.9.10",
"@types/react-beautiful-dnd": "^13.1.3",
"@waxio/waxjs": "^1.1.0",
"axios": "^1.1.3",
"eosjs": "^22.1.0",
"framer-motion": "^9.0.3",
"is-ipfs": "^7.0.3",
"next": "13.0.3",
"papaparse": "^5.4.1",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.4",
"react-swipeable": "^7.0.0",
"seed-random": "^2.2.0",
"sharp": "^0.31.3",
"ual-anchor": "^1.3.0",
"ual-reactjs-renderer": "^0.3.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}