-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "template-platform-app-tailwind",
"type": "module",
"version": "1.0.0",
"scripts": {
"serve": "frontify-cli serve",
"login": "frontify-cli login",
"deploy": "frontify-cli deploy",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"zustand": "4.5.5"
},
"dependencies": {
"@frontify/app-bridge-app": "^0.1.3",
"@frontify/fondue": "^12.2.11",
"@frontify/platform-app": "^0.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@frontify/frontify-cli": "^5.8.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.6.0",
"typescript-eslint": "^8.5.0"
}
}