-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "tnw-web",
"version": "0.2.0",
"description": "The Neko Workshop primary website, build with Next.JS + IBM Carbon Design System",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint",
"start": "next start"
},
"dependencies": {
"@azure/msal-browser": "^5",
"@azure/msal-react": "^5",
"@babel/core": "^7",
"@carbon/charts-react": "^1.27",
"@carbon/icons-react": "^11.80",
"@carbon/pictograms": "^12.75",
"@carbon/pictograms-react": "^11.101",
"@carbon/react": "^1.107",
"@loadable/babel-plugin": "^5.16",
"@loadable/component": "^5.16",
"next": "^15",
"next-transpile-modules": "^10",
"prettier": "^3.8",
"prettier-config-carbon": "^0.12",
"react": "^19",
"react-dom": "^19",
"react-is": "^19",
"react-router-dom": "^7.15",
"regex": "^6",
"sass": "^1",
"webpack": "^5"
},
"devDependencies": {
"@vitejs/plugin-react": "^6",
"eslint": "^9",
"eslint-config-next": "^15",
"sass": "^1",
"typescript": "^6",
"vite": "^8"
}
}