-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 835 Bytes
/
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
{
"name": "dotcom",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve ./out",
"lint": "prettier --write --ignore-path .gitignore .",
"lint:check": "prettier --check --ignore-path .gitignore ."
},
"dependencies": {
"@fluentui/react-components": "^9.54.17",
"@fluentui/react-icons": "^2.0.260",
"next": "14.2.14",
"react": "^18",
"react-dom": "^18",
"react-responsive": "^10.0.0"
},
"devDependencies": {
"@griffel/next-extraction-plugin": "^0.1.7",
"@griffel/webpack-loader": "^2.2.15",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"prettier": "^3.3.3",
"serve": "^14.2.4",
"typescript": "^5"
}
}