-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.43 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
{
"name": "social.hashweb.org",
"version": "3.3.0",
"description": "Hall of (f/sh)ame & Majestic beards",
"private": true,
"homepage": "https://social.hashweb.org",
"repository": {
"type": "git",
"url": "git+https://github.com/hashweb/web-social.git"
},
"author": {
"name": "Ole-Martin Bratteng",
"email": "[email protected]",
"url": "https://bratteng.solutions"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hashweb/web-social/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"staging": "APP_ENV=staging next build && next start",
"lint": "yarn lint:eslint",
"lint:eslint": "eslint *.config.js src/ --report-unused-disable-directives"
},
"browserslist": [
"defaults",
"> 0.5%",
"last 2 versions",
"not dead",
"not IE 11",
"not kaios 2.5",
"not baidu 7.12",
"not and_qq 10.4",
"not and_uc 12.12",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/pro-duotone-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@next/bundle-analyzer": "^12.1.0",
"@react-aria/focus": "^3.5.2",
"@react-aria/interactions": "^3.8.1",
"css-in-js-media": "^2.0.1",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"polished": "^4.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@next/eslint-plugin-next": "^12.1.0",
"@types/node": "16.x",
"@types/react": "^17.0.x",
"@types/react-dom": "^17.0.x",
"@types/webpack-env": "^1.16.x",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.9.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"optionalDependencies": {
"sharp": "^0.30.1"
}
}