-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "shopify-frontend-template-react",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "vite build",
"dev": "vite",
"coverage": "vitest run --coverage"
},
"type": "module",
"engines": {
"node": ">= 12.16"
},
"stylelint": {
"extends": "@shopify/stylelint-polaris"
},
"dependencies": {
"@formatjs/intl-locale": "^3.3.2",
"@formatjs/intl-localematcher": "^0.5.4",
"@formatjs/intl-pluralrules": "^5.2.4",
"@shopify/app-bridge": "^3.7.7",
"@shopify/app-bridge-react": "^4.1.3",
"@shopify/i18next-shopify": "^0.2.9",
"@shopify/polaris": "^10.49.1",
"@vitejs/plugin-react": "4.2.1",
"i18next": "^23.1.0",
"i18next-resources-to-backend": "^1.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.0",
"react-query": "^3.34.19",
"react-router-dom": "^6.3.0",
"vite": "^5.4.0"
},
"devDependencies": {
"@shopify/stylelint-polaris": "^12.0.0",
"history": "^5.3.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"stylelint": "^15.0.0",
"vi-fetch": "^0.6.1"
}
}