-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.35 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@newfold-labs/wp-module-help-center",
"description": "HelpCenter",
"license": "MIT",
"private": true,
"author": {
"name": "Faizaan Mohammed",
"email": "[email protected]"
},
"scripts": {
"prepare": "npm run build",
"build": "wp-scripts build ./src/index.js",
"lint": "wp-scripts lint-js src",
"format": "wp-scripts format src",
"start": "wp-scripts start ./src/index.js",
"test:unit": "echo \"No tests implemented\"",
"test:e2e": "echo \"No tests implemented\""
},
"dependencies": {
"@newfold-labs/js-utility-ui-analytics": "1.2.0",
"@newfold-labs/wp-module-ai": "github:newfold-labs/js-utility-ai#1.0.1",
"@wordpress/api-fetch": "^6.37.0",
"@wordpress/components": "^25.7.0",
"@wordpress/data": "^9.11.0",
"@wordpress/element": "^5.18.0",
"@wordpress/i18n": "^4.41.0",
"@wordpress/plugins": "6.9.0",
"algoliasearch": "4.20.0",
"lodash": "4.17.21",
"lodash.debounce": "4.0.8",
"marked": "14.0.0",
"react-instantsearch-hooks-web": "6.43.0",
"react-loader-spinner": "6.1.6",
"react-router-dom": "6.6.2",
"regenerator-runtime": "0.14.1",
"typesense-instantsearch-adapter": "2.7.1"
},
"devDependencies": {
"@wordpress/eslint-plugin": "^15.0.0",
"@wordpress/prettier-config": "^2.23.0",
"@wordpress/scripts": "25.0.0",
"eslint-plugin-prettier": "5.0.0",
"prettier": "npm:[email protected]"
}
}