-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 943 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
{
"name": "@elevio/kb-typescript-starter",
"version": "0.4.0",
"description": "This is a TypeScript starter kit for Dixa's KB builder project",
"main": "src/index.tsx",
"scripts": {
"start": "elevio-kb dev",
"extract-locales": "elevio-kb extract-locales",
"start:compiled": "USE_COMPILED_FILES=true elevio-kb dev",
"build": "elevio-kb build",
"build:analyse": "elevio-kb build-analyse",
"save": "elevio-kb save-version",
"deploy": "elevio-kb publish-version"
},
"repository": "https://github.com/dixahq/kb-typescript-starter",
"author": "support@elev.io",
"dependencies": {
"classnames": "^2.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@elevio/kb-kit": "^0.3.10"
},
"license": "MIT",
"private": true,
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3"
},
"overrides": {
"glob-parent": "^5.1.2",
"braces": "3.0.3"
}
}