-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 878 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 878 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
{
"name": "@elevio/kb-javascript-starter",
"version": "0.4.0",
"description": "This is a JavaScript starter kit for Dixa's KB builder project",
"main": "src/index.js",
"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-javascript-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",
"prop-types": "^15.7.2"
},
"license": "MIT",
"private": true,
"overrides": {
"glob-parent": "^5.1.2",
"braces": "3.0.3"
}
}