-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 958 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 958 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
{
"name": "less-code-tools",
"version": "0.0.31",
"description": "Searchable index of my go to ingredients for low-code and less-code solutions.",
"author": "Stephan Smith (Stephan.Smith.bc93@gmail.com) d1b1",
"private": false,
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html",
"dev": "parcel serve index.html",
"serve": "node ./api/index.js"
},
"dependencies": {
"@radix-ui/react-slider": "^1.1.2",
"algoliasearch": "4",
"bootstrap": "^5.3.3",
"express": "^4.19.2",
"react": "18.1.0",
"react-bootstrap": "^2.10.2",
"react-dom": "18.1.0",
"react-github-btn": "^1.4.0",
"react-icons": "^5.2.1",
"react-instantsearch": "7.7.0",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"dotenv": "^16.4.5",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "4.7.4"
}
}