-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "range_slider_block_v2",
"type": "module",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"serve": "frontify-cli serve --entryPath src/index.ts",
"deploy": "frontify-cli deploy --entryPath src/index.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"peerDependencies": {
"@frontify/app-bridge": "^3.12.0",
"@frontify/fondue": "^13.1.3",
"react": "^18.2.0",
"zustand": "^4.0.0"
},
"devDependencies": {
"@frontify/eslint-config-react": "^1.0.11",
"@frontify/frontify-cli": "^6.0.3",
"@frontify/guideline-blocks-settings": "^2.0.2",
"@types/react": "^18.3.28",
"autoprefixer": "^10.4.14",
"eslint": "^9.39.3",
"postcss": "8.5.6",
"postcss-modules": "6.0.1",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vitest": "^4.1.5"
},
"overrides": {
"@udecode/plate-common": "31.3.2"
}
}