-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 896 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
{
"name": "react_client_starter_app",
"version": "0.1.0",
"description": "Client only React Starter App",
"author": "atomicjolt",
"license": "MIT",
"homepage": "https://github.com/atomicjolt/react_client_starter_app",
"scripts": {
"build": "node ./esbuild.js prod",
"hot": "node ./esbuild.js dev",
"lint": "eslint src",
"release": "yarn build && node ./bin/deploy.js \"$(git tag --points-at HEAD)\""
},
"repository": {
"type": "git",
"url": "https://github.com/atomicjolt/atomic-search-widget"
},
"keywords": [],
"dependencies": {
"jquery": "^3.6.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.470.0",
"dotenv": "^8.2.0",
"esbuild": "^0.15.13",
"esbuild-sass-plugin": "^2.4.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"typescript": "^4.9.3"
}
}