-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
25 lines (25 loc) · 858 Bytes
/
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
{
"name": "@adiun/vm-scaffold",
"version": "0.1.0",
"peerDependencies": {
"@microsoft/eslint-plugin-sdl": "^0.1.6",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-functional": "^3.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mui-unused-classes": "^1.0.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^23.0.0",
"prettier": "^2.3.0",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0"
},
"scripts": {
"build": "echo 'No build for scaffold project'",
"lint": "echo 'No lint for scaffold project'",
"start": "echo 'No start for scaffold project'"
}
}