This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.88 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": "search-example",
"version": "0.1.0",
"private": true,
"homepage": "https://marigold-ui.github.io/search-form-pattern/",
"packageManager": "[email protected]",
"browserslist": "> 0.5%, last 2 versions, not dead",
"alias": {
"process": false
},
"scripts": {
"start": "parcel 'src/index.html'",
"build": "parcel build 'src/index.html'",
"build:gh-pages": "parcel build 'src/index.html' --public-url https://marigold-ui.github.io/search-form-pattern/",
"test": "jest --config jest.config.js",
"test:watch": "jest --config jest.config.js --watch",
"test:nock-debug-watch": "DEBUG=nock.* jest --config jest.config.js --watch"
},
"dependencies": {
"@marigold/components": "4.0.0",
"@marigold/eslint-config": "0.4.4",
"@marigold/icons": "1.1.7",
"@marigold/prettier-config": "0.3.0",
"@marigold/system": "4.0.0",
"@marigold/theme-b2b": "15.0.0",
"@marigold/theme-core": "15.0.0",
"@marigold/theme-unicorn": "12.0.0",
"@marigold/tsconfig": "0.3.0",
"@parcel/config-default": "2.8.0",
"@tanstack/react-query": "4.16.1",
"@testing-library/user-event": "^14.4.3",
"react": "18.2.0",
"react-content-loader": "6.2.0",
"react-dom": "18.2.0",
"react-router": "6.4.3",
"react-router-dom": "6",
"swr": "1.3.0"
},
"devDependencies": {
"@marigold/jest-config": "1.0.9",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-router-dom": "5.3.3",
"@types/testing-library__jest-dom": "5.14.5",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"nock": "^13.2.9",
"parcel": "2.8.0",
"react-error-overlay": "6.0.9",
"typescript": "4.9.3",
"whatwg-fetch": "^3.6.2"
}
}