-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "acme-store",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"test": "playwright test",
"generate": "node _generator.js",
"prettier": "pnpm exec prettier . --write"
},
"type": "module",
"dependencies": {
"@iconify-json/carbon": "^1.1.36",
"jotai": "^2.8.4",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-8971381549-20240625",
"react-dom": "19.0.0-rc-8971381549-20240625"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@faker-js/faker": "^6.3.1",
"@playwright/test": "^1.45.0",
"@types/node": "17.0.16",
"@types/react": "17.0.39",
"@unocss/preset-icons": "^0.61.0",
"@unocss/webpack": "^0.61.0",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"typescript": "4.9.5",
"unocss": "^0.61.0"
}
}