-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 837 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
33
34
{
"name": "@once-ui-system/nextjs-starter",
"version": "0.3.1",
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.1",
"classnames": "^2.5.1",
"next": "^14.2.4",
"postcss": "^8.4.39",
"postcss-preset-env": "^9.5.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sass": "^1.77.6",
"sharp": "^0.33.4"
},
"devDependencies": {
"@csstools/postcss-global-data": "^2.1.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.11.1",
"postcss-custom-media": "^10.0.7",
"postcss-flexbugs-fixes": "^5.0.2",
"prettier": "^3.3.3",
"typescript": "^5"
}
}