-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 984 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 984 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
{
"name": "typeform_block_tutorial",
"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"
},
"dependencies": {
"@frontify/app-bridge": "3.0.0-beta.61",
"@frontify/fondue": "v12.0.0-beta.170",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@typeform/embed-react": "2.19.0"
},
"devDependencies": {
"@frontify/eslint-config-react": "0.15.7",
"@frontify/frontify-cli": "5.3.10",
"@frontify/guideline-blocks-settings": "0.26.2",
"@types/react": "17.0.47",
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"postcss": "8.4.21",
"postcss-modules": "6.0.0",
"prettier": "2.8.7",
"typescript": "5.0.3"
}
}