forked from swapmatic/swapmatic-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.89 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "swapmatic-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"commit": "git add . && git-cz",
"lint": "next lint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@portis/web3": "^4.0.5",
"@types/aos": "^3.0.4",
"@types/cors": "^2.8.12",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"aos": "^3.0.0-beta.6",
"axios": "^0.21.1",
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"facepaint": "^1.2.1",
"maticjs": "^1.0.1",
"next": "11.0.0",
"next-images": "^1.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-particles-js": "^3.5.3",
"serverless-mysql": "^1.5.4",
"styled-components": "^5.3.0",
"tsparticles": "^1.33.1",
"web3": "^1.5.1",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@emotion/babel-plugin": "^11.3.0",
"@types/facepaint": "^1.2.1",
"@types/react": "17.0.11",
"@types/styled-components": "^5.1.10",
"@types/websocket": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"commitizen": "^4.2.4",
"eslint": "^7.28.0",
"eslint-config-next": "11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"husky": "^6.0.0",
"prettier": "^2.3.1",
"typescript": "4.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}