-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.56 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "logbook-app",
"description": "Logbook Web App",
"version": "1.0.1",
"author": "Matters Dev <[email protected]>",
"license": "Apache License",
"repository": {
"type": "git",
"url": "https://github.com/thematters/logbook-app"
},
"keywords": [
"matters",
"logbook",
"traveloggers",
"nft",
"nextjs",
"next"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export -o build",
"start": "next start",
"lint": "npm run lint:ts && npm run lint:css",
"lint:ts": "next lint",
"lint:ts:fix": "next lint --fix",
"lint:css": "stylelint 'src/**/*.css'",
"lint:css:fix": "stylelint 'src/**/*.css' --fix",
"format": "prettier --write \"src/**/*.{ts,js,jsx,tsx,json,md}\"",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@reach/alert": "^0.16.0",
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@remirror/pm": "^1.0.14",
"@remirror/react": "^1.0.27",
"@svgr/webpack": "^6.2.1",
"@tippyjs/react": "^4.2.6",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"embla-carousel-react": "^6.2.0",
"embla-carousel-wheel-gestures": "^2.1.0",
"ethers": "^5.6.1",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.7",
"next": "12.1.0",
"postcss-calc": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-mixins": "^9.0.2",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.4.2",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-focus-lock": "^2.8.1",
"react-spring": "^9.4.4",
"react-use-gesture": "^9.1.3",
"react-waypoint": "^10.1.0",
"remirror": "^1.0.70",
"use-debounce": "^7.0.1",
"wagmi": "^0.2.18",
"yup": "^0.32.11"
},
"devDependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@remirror/types": "^0.1.1",
"@types/gtag.js": "^0.0.10",
"@types/lodash": "^4.14.179",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@types/react-copy-to-clipboard": "^5.0.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"file-loader": "^6.2.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-prettier": "^2.0.0",
"swiper": "^8.0.7",
"typescript": "4.6.2",
"url-loader": "^4.1.1"
}
}