-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 994 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 994 Bytes
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
{
"name": "@once-ui-system/bbscsvec",
"version": "0.1.0",
"scripts": {
"dev": "node --no-deprecation ./node_modules/next/dist/bin/next dev",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.1",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.5",
"classnames": "^2.5.1",
"gray-matter": "^4.0.3",
"next": "^14.2.4",
"next-intl": "^3.21.1",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-masonry-css": "^1.0.16",
"sass": "^1.77.6"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.12.0",
"eslint-config-next": "^15.1.7",
"postcss": "^8.5.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.4",
"typescript": "^5",
"unused-files-webpack-plugin": "^3.4.0"
}
}