-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.9 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
{
"name": "cmyk-strawberry",
"version": "0.0.0",
"scripts": {
"lint": "eslint src/**/*.ts src/**/*.tsx",
"lint-scss": "npx stylelint \"**/*.scss\"",
"lint-fix": "eslint src/**/*.ts src/**/*.tsx --fix && npx stylelint \"**/*.scss\" --fix",
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview",
"prepare": "husky install",
"deploy": "npm run build && firebase deploy --only hosting"
},
"dependencies": {
"@types/react-router": "^5.1.16",
"classnames": "^2.3.1",
"firebase": "^9.0.1",
"node-sass": "^6.0.1",
"react": "^17.0.0",
"react-countdown-circle-timer": "^2.5.4",
"react-dom": "^17.0.0",
"react-elastic-carousel": "^0.11.5",
"react-is": "^17.0.2",
"react-range": "^1.8.11",
"react-responsive-carousel": "^3.2.21",
"react-router-dom": "^5.2.1",
"react-select": "^4.3.1",
"sass": "^1.38.2",
"styled-components": "^5.3.1",
"sweetalert2": "^11.1.4",
"uuid": "^3.4.0"
},
"devDependencies": {
"@svgr/rollup": "^5.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^4.0.17",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.25.1",
"husky": "^7.0.2",
"standard": "^16.0.3",
"stylelint": "^13.13.1",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-order": "^4.1.0",
"typescript": "^4.3.2",
"vite": "^2.5.1"
}
}