-
Notifications
You must be signed in to change notification settings - Fork 555
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 955 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 955 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
32
33
34
35
36
{
"name": "{{name}}",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html --port 3000",
"lint": "eslint ."
},
"dependencies": {
"@algolia/autocomplete-js": "{{libraryVersion}}",
"@algolia/autocomplete-theme-classic": "{{libraryVersion}}",
"algoliasearch": "4",
"preact": "10.5.14"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-algolia": "19.0.2",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsdoc": "36.1.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"parcel": "2.0.0-beta.2",
"prettier": "1.19.1"
},
"keywords": [
"algolia",
"autocomplete",
"javascript"
]
}