This repository was archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "job-unicorn-sodium",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "yarn lint --fix && git add ."
},
"dependencies": {
"@3id/connect": "^0.2.3",
"@ceramicnetwork/3id-did-resolver": "^1.4.2",
"@ceramicnetwork/http-client": "^1.2.2",
"@ceramicstudio/idx": "^0.12.2",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"axios": "^0.23.0",
"dids": "^2.4.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.7",
"framer-motion": "^4.1.17",
"ipfs-http-client": "^52.0.0",
"key-did-resolver": "^1.4.0",
"next": "^11.1.3",
"react": "^17.0.2",
"react-cool-inview": "^2.0.7",
"react-dom": "^17.0.2",
"react-hook-form": "^7.17.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@self.id/web": "^0.1.0",
"@types/node": "^16.9.1",
"@types/react": "^17.0.21",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"husky": "^7.0.2",
"typescript": "^4.4.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}