This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.91 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
{
"name": "@jaoafa/offkai",
"version": "1.0.0",
"description": "jao community off-line events history.",
"keywords": [
"jaoafa"
],
"homepage": "https://github.com/jaoafa/offkai",
"bugs": {
"url": "https://github.com/jaoafa/offkai/issues"
},
"license": "MIT",
"contributors": [
{
"name": "Hiratake",
"url": "https://hiratake.xyz"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jaoafa/offkai.git"
},
"dependencies": {
"@emotion/react": "11.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.2.1",
"ress": "4.0.0",
"simple-icons": "6.12.0"
},
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"@vitejs/plugin-react": "1.2.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.4.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.29.3",
"husky": "7.0.4",
"lint-staged": "12.3.5",
"postcss-jsx": "0.36.4",
"prettier": "2.5.1",
"stylelint": "14.5.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recess-order": "3.0.0",
"stylelint-config-standard": "25.0.0",
"stylelint-config-styled-components": "0.1.1",
"typescript": "4.6.2",
"vite": "2.8.6"
},
"engines": {
"node": "16.x"
},
"scripts": {
"prepare": "husky install",
"build": "tsc && vite build",
"dev": "vite",
"lint": "npm run lint:script & npm run lint:style",
"lint:script": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:style": "stylelint **/*.{css,jsx,tsx}",
"format": "prettier **/*.{js,jsx,ts,tsx,css,json} --write"
}
}