-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "translatia",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:preview": "vite build && vite preview",
"lint": "eslint src",
"stylelint": "npx stylelint \"**/*.css\" --fix"
},
"dependencies": {
"@reduxjs/toolkit": "1.7.2",
"classnames": "2.3.1",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "13.0.0",
"react-redux": "7.2.6",
"redux-logger": "3.0.6",
"redux-persist": "6.0.0",
"redux-thunk": "2.4.1"
},
"devDependencies": {
"@ltatarev/eslint-config-react": "~1.0.0-beta.0",
"@vitejs/plugin-react": "3.0.0",
"autoprefixer": "10.4.13",
"eslint": "8.28.0",
"eslint-plugin-tailwindcss": "3.7.1",
"postcss": "8.4.20",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.2.1",
"stylelint": "14.2.0",
"stylelint-config-standard": "24.0.0",
"stylelint-order": "5.0.0",
"tailwindcss": "3.2.4",
"vite": "4.0.1",
"vite-plugin-require": "1.1.10"
}
}