-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.02 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
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "azion-webkit",
"author": "aziontech",
"version": "1.61.2",
"contributors": [
{
"name": "Robson Junior",
"url": "https://www.robsonjunior.dev/"
},
{
"name": "Luis Igreja",
"url": "https://github.com/lfsigreja"
},
{
"name": "Eduardo de Cesaro Amarante",
"url": "https://www.professorduda.com/"
}
],
"keywords": [
"primevue",
"vue",
"vue.js",
"vue3",
"ui library",
"component library",
"material",
"bootstrap",
"fluent",
"tailwindcss",
"unstyled",
"passthrough"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aziontech/azion-webkit.git"
},
"scripts": {
"clean": "rm -rf node_modules package-lock.json",
"clean-cache": "npm cache clean --force",
"reinstall": "npm run clean; npm install",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build",
"build:package": "NODE_ENV=production node build",
"build": "npm run build:package",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vee-validate/yup": "4.13.2",
"algoliasearch": "^4.21.1",
"autoprefixer": "^10.4.16",
"azion-theme": "^1.5.6",
"fs-extra": "^11.2.0",
"instantsearch.css": "^8.1.0",
"s": "^1.0.0",
"semantic-release": "^23.0.0",
"vee-validate": "4.13.2",
"vue": "^3.3.11",
"vue-instantsearch": "^4.13.1",
"yup": "^1.3.2",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "3.47.2",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.0",
"@rushstack/eslint-patch": "^1.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "12.1.0",
"@storybook/addon-docs": "^8.3.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/addon-themes": "^8.3.3",
"@storybook/blocks": "^8.3.3",
"@storybook/vue3": "^8.3.3",
"@storybook/vue3-vite": "^8.3.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@whitespace/storybook-addon-html": "^6.1.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cypress": "^13.4.0",
"eslint": "^8.34.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.68.0",
"semantic-release": "^23.0.0",
"start-server-and-test": "^2.0.0",
"storybook": "^8.3.3",
"vite": "^4.4.9"
}
}