-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.88 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
{
"name": "Greenshop",
"private": true,
"version": "1.0.0",
"description": "The Best eCommerce Application",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"ci:format": "prettier --check .",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --ext ts --fix .",
"lint-styles": "stylelint \"./src/**/*.scss\"",
"prepare": "husky",
"test": "vitest",
"test-ui": "npx vitest --ui",
"coverage": "vitest run --coverage",
"generate": "plop dynamicStructure"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@eslint/eslintrc": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-perfectionist": "^2.10.0",
"husky": "^9.0.11",
"import": "^0.0.6",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"sonarlint": "^1.1.0",
"stylelint": "^16.5.0",
"stylelint-config-clean-order": "^5.4.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0",
"svgo": "^3.2.0",
"typescript": "^5.4.5",
"validate-branch-name": "^1.3.0",
"vite": "^5.2.11",
"vite-plugin-sass": "^0.1.0"
},
"dependencies": {
"@commercetools/api-request-builder": "^6.0.0",
"@commercetools/platform-sdk": "^7.8.0",
"@commercetools/sdk-client-v2": "^2.5.0",
"@commercetools/sdk-middleware-auth": "^7.0.1",
"@commercetools/sdk-middleware-http": "^7.0.4",
"@types/hammerjs": "^2.0.45",
"@types/js-cookie": "^3.0.6",
"@types/sinon": "^17.0.3",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"hammerjs": "^2.0.8",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.5",
"materialize-css": "^1.0.0-rc.2",
"modern-normalize": "^2.0.0",
"msw": "^2.3.1",
"nouislider": "^15.7.1",
"plop": "^4.0.1",
"postcode-validator": "^3.8.20",
"sharp": "^0.33.3",
"sinon": "^18.0.0",
"swiper": "^11.1.3",
"uuid": "^9.0.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-svg-spriter": "^1.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"homepage": "https://github.com/stardustmeg/ecommerce-application#readme",
"license": "ISC"
}