-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "@orderingstack/ordering-core-react",
"version": "2.6.1",
"description": "Ordering Stack client core react library",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"lib/"
],
"packageManager": "pnpm@9.3.0",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"test": "jest",
"prepublishOnly": "npm run build"
},
"author": "kolec",
"license": "Ordering Stack license",
"dependencies": {
"@orderingstack/ordering-core": "^1.6.0",
"@orderingstack/ordering-types": "^1.24.1",
"qrcode.react": "^3.1.0",
"react-spinners": "^0.13.8"
},
"peerDependencies": {
"axios": ">=0.21.1",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@microsoft/applicationinsights-web": "^3.1.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.14.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
}
}