forked from MR-Mostafa/Viact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 4.04 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "viact",
"private": true,
"version": "1.0.0",
"description": "Viact is a starter template for React TypeScript that uses Vitejs, which supports RTL for specific styles, proxy fetching API (to fix CORS errors) and a simple mock REST API server. Additionally, Is set up VScode, Storybook, ErrorBoundary, UnoCss (atomic CSS engine), Eslint, Prettier, and more.",
"author": {
"name": "Mostafa Rahmati",
"url": "https://github.com/MR-Mostafa"
},
"engines": {
"node": ">=16",
"npm": ">=8",
"yarn": ">=1"
},
"keywords": [
"starter template",
"starter template vite react",
"react vite",
"react",
"vite",
"rtl vite",
"rtl",
"vite rtl",
"vite starter",
"vite starter template",
"vite starter template react",
"vite-template",
"viact",
"typescript",
"typescript vite",
"typescript vite react",
"typescript react",
"typescript react vite",
"unocss",
"unocss vite",
"boilerplate",
"boilerplate vite",
"vite boilerplate",
"boilerplate vite react",
"boilerplate react",
"boilerplate react vite"
],
"packageManager": "[email protected]",
"main": "./src/main.tsx",
"scripts": {
"reset:git": "rimraf .git && git init && git add . && git commit -m \"init commit\"",
"reset:vite": "rimraf ./.vite-cache ./dist",
"reset:file": "node ./clean.js",
"reset": "yarn run reset:vite && yarn run reset:file && yarn run reset:git",
"dev": "yarn run reset:vite && cross-env DEBUG=vite:plugin:mkcert HTTPS=true vite",
"dev:http": "yarn run reset:vite && vite",
"build": "yarn run reset:vite && tsc && vite build",
"preview": "yarn run build && vite preview",
"analyze": "yarn run reset:vite && cross-env ANALYZE=true yarn run build",
"mock:server": "json-server --watch ./mock/index.json --config ./mock/config.json",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"license": "MIT",
"homepage": "https://github.com/MR-Mostafa/viact",
"repository": {
"type": "git",
"url": "https://github.com/MR-Mostafa/viact.git"
},
"bugs": {
"url": "https://github.com/MR-Mostafa/viact/issues"
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@fullstacksjs/eslint-config": "^8.4.3",
"@storybook/addon-actions": "^6.5.0-beta.8",
"@storybook/addon-essentials": "^6.5.0-beta.8",
"@storybook/addon-interactions": "^6.5.0-beta.8",
"@storybook/addon-links": "^6.5.0-beta.8",
"@storybook/builder-vite": "^0.1.33",
"@storybook/react": "^6.5.0-beta.8",
"@storybook/testing-library": "^0.0.11",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/parser": "^5.23.0",
"@unocss/vite": "^0.33.2",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-storybook": "^0.5.11",
"json-server": "^0.17.0",
"less": "^4.1.2",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.6.0",
"rtlcss": "^3.5.0",
"sass": "^1.51.0",
"stylelint": "^14.8.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"typescript": "^4.6.4",
"unocss": "^0.33.2",
"vite": "^2.9.9",
"vite-plugin-chunk-split": "^0.2.2",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mkcert": "^1.6.0",
"vite-plugin-svgr": "^2.1.0"
},
"browserslist": {
"production": [
">0.5%",
"last 10 versions",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}