-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.78 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
{
"name": "kasper-agency",
"author": "issam-seghir",
"private": true,
"version": "1.0.0",
"license": "MIT",
"type": "module",
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
],
"scripts": {
"dev": "vite --open 'chrome'",
"build": "vite build",
"preview": "vite preview --open",
"clean": "rm -rf dist test",
"sass:watch": "sass src/scss/main.scss css/main.css --watch --no-source-map --error-css",
"lint:js": "npx eslint \"**/*.{html,js,ts,jsx,tsx}\"",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:style": "npx stylelint \"**/**/*.{html,css,less,postcss,scss,astro}\"",
"lint:style:fix": "npm run lint:style -- --fix",
"lint": "npm run lint:js && npm run lint:style",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.1.4",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.20.0",
"eslint-plugin-unicorn": "^48.0.1",
"gerillass": "^1.3.1",
"postcss-html": "^1.5.0",
"postcss-inline-svg": "^6.0.0",
"postcss-markdown": "^1.2.0",
"postcss-preset-env": "^9.1.3",
"sass": "^1.66.1",
"stylelint": "^15.10.3",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-high-performance-animation": "^1.9.0",
"vite": "^4.4.5",
"vite-aliases": "^0.11.3"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-grid": "^0.4.1",
"@studio-freight/lenis": "^1.0.23",
"aos": "^2.3.1",
"typed.js": "^2.0.16"
}
}