-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "alexis-opolka.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:publish": "yarn lint && yarn lingui:extract && yarn lingui:compile && yarn build",
"start": "next start",
"lint": "next lint",
"sass:watch": "sass --watch src/sass:public/stylesheets",
"lingui:extract": "lingui extract",
"lingui:compile": "lingui compile"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@lingui/format-json": "^4.11.1",
"@lingui/react": "^4.3.0",
"@primer/react": "^35.26.1",
"@types/node": "20.4.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.47.0",
"eslint-config-next": "^14.2.3",
"graphql": "^16.8.1",
"js-yaml-loader": "^1.2.2",
"next": "^14.2.10",
"react": "^18.3.1",
"react-circle-flags": "^0.0.18",
"react-dom": "^18.3.1",
"react-icons": "^4.10.1",
"sass": "^1.65.1",
"sharp": "^0.32.6",
"styled-components": "^5.3.11",
"typescript": "^5.1.6"
},
"devDependencies": {
"@lingui/cli": "^4.3.0",
"@lingui/macro": "^4.3.0",
"@lingui/swc-plugin": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"yaml-loader": "^0.8.0"
}
}