-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@uxshop/storefront-react",
"version": "0.0.1",
"main": "./lib/index.js",
"source": "./lib",
"types": "./lib/index.d.ts",
"scripts": {
"dev": "tsc --watch --sourcemap",
"test": "npx jest",
"test:dev": "npx jest --watch",
"build": "tsc",
"install": "tsc"
},
"dependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@urql/core": "^2.3.3",
"@uxshop/storefront-components": "https://github.com/uxshop/storefront-components",
"@uxshop/storefront-core": "https://github.com/uxshop/storefront-core",
"graphql": "^15.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"socket.io-client": "^4.2.0",
"typescript": "^4.4.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/react-helmet": "^6.1.5",
"@types/webfontloader": "^1.6.33",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.4.2",
"ts-jest": "^27.0.7",
"vite": "^2.9.1"
},
"peerDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4",
"vite": "^2.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uxshop/storefront-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/uxshop/storefront-react/issues"
},
"homepage": "https://github.com/uxshop/storefront-react#readme"
}