-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
{
"name": "rss-puzzle",
"private": true,
"version": "1.0.0",
"description": "game for learn English",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"deploy": "npm run build && gh-pages -d src/dist -e rss-puzzle",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --ext ts --fix .",
"prepare": "cd .. && husky rss-puzzle/.husky"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@eslint/eslintrc": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"esbuild-loader": "^4.0.3",
"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",
"gh-pages": "^6.1.1",
"globals": "^14.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"stylelint": "^16.2.1",
"stylelint-config-clean-order": "^5.4.1",
"stylelint-config-standard-scss": "^13.0.0",
"typescript": "^5.3.3",
"validate-branch-name": "^1.3.0",
"vite": "^5.1.4",
"vite-plugin-sass": "^0.1.0"
},
"dependencies": {
"autoprefixer": "^10.4.18",
"modern-normalize": "^2.0.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-inspect": "^0.8.3",
"vite-tsconfig-paths": "^4.3.1"
},
"author": "YulikK",
"license": "ISC"
}