-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
93 lines (93 loc) · 2.61 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "qwik-storefront-ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"serve": "nx run website:serve",
"docs:dev": "nx run docs:dev",
"prepare": "husky install",
"test.storefront-ui.ci": "nx run qwik-storefront-ui:component-test-ci"
},
"private": false,
"devDependencies": {
"@builder.io/qwik": "1.9.0",
"@builder.io/qwik-city": "1.9.0",
"@commitlint/cli": "17.6.5",
"@commitlint/config-angular": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@frsource/autoresize-textarea": "^1.3.76",
"@jscutlery/semver": "3.0.0",
"@k11r/nx-cloudflare-wrangler": "2.4.2",
"@mertasan/tailwindcss-variables": "2.6.1",
"@nuxt/devtools": "latest",
"@nuxt/kit": "^3.7.4",
"@nx/cypress": "19.7.4",
"@nx/linter": "19.7.4",
"@nx/vite": "19.7.4",
"@nx/workspace": "19.7.4",
"@storefront-ui/tw-plugin-peer-next": "2.3.1",
"@storefront-ui/vue": "^2.6.0",
"@testing-library/cypress": "10.0.1",
"@types/jest": "^29.5.11",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitest/ui": "0.31.4",
"@vue/reactivity": "^3.3.4",
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"@vue/shared": "^3.3.4",
"all-contributors-cli": "6.26.0",
"autoprefixer": "10.4.14",
"cypress": "13.6.3",
"cypress-ct-qwik": "~0.3.0",
"cypress-real-events": "1.11.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-qwik": "1.9.0",
"husky": "^8.0.0",
"instantsearch.css": "8.1.0",
"jsdom": "22.1.0",
"ngx-deploy-npm": "6.0.0",
"node-fetch": "3.3.1",
"nuxt": "3.6.0",
"nx": "19.7.4",
"postcss": "8.4.24",
"prettier": "2.8.8",
"pretty-quick": "^3.1.3",
"qwik-nx": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.62.1",
"sf-docs-base": "1.0.6",
"tailwindcss": "3.3.2",
"tslib": "2.5.3",
"typescript": "5.1.3",
"undici": "5.22.1",
"vite": "5.0.12",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.4",
"vue": "3.3.4",
"vue-router": "^4.2.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik"
],
"dependencies": {
"@nx/devkit": "^19.7.4",
"history": "5.3.0",
"micromark": "^4.0.0",
"nuxt-gtag": "1.1.1",
"postprocess": "^0.2.4"
}
}