forked from roti-modern-mediterranean/open-tender-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "@open-tender/js",
"version": "1.9.1",
"description": "Various utility functions for building an Open Tender app",
"main": "dist/main.js",
"author": "JC Harrington <[email protected]> (https://www.opentender.io)",
"keywords": [
"open-tender",
"react",
"reactjs",
"ecommerce",
"restaurants"
],
"license": "MIT",
"private": false,
"homepage": "https://github.com/open-tender/open-tender-js",
"bugs": "https://github.com/open-tender/open-tender-js/issues",
"repository": {
"url": "https://github.com/open-tender/open-tender-js",
"type": "git"
},
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack --watch --config webpack.config.dev.js"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"babel-loader": "^8.2.3",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"eslint": "^8.6.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"date-fns": "^2.14.0",
"date-fns-tz": "^1.0.10"
},
"dependencies": {}
}