-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
40 lines (40 loc) · 1.22 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
{
"name": "cv-sketching",
"version": "1.0.0",
"scripts": {
"dev": "pnpm --filter sketching-react run dev",
"dev:react": "pnpm --filter sketching-react run dev",
"build:react": "pnpm --filter sketching-react run build",
"build:workspace": "pnpm --filter '*' run build",
"lint:ts": "pnpm --filter '*' run lint:ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WindrunnerMax/CVEditor.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/WindrunnerMax/CVEditor/issues"
},
"homepage": "https://github.com/WindrunnerMax/CVEditor",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "7.11.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "8.3.3",
"prettier": "2.4.1",
"sass": "1.52.3",
"stylelint": "14.7.1",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "25.0.0",
"typescript": "5.3.2"
}
}