generated from mpagels/quiz-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "quiz-app-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run htmlhint && npm run prettier:write",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"htmlhint": "npx htmlhint \"**/*.html\"",
"prettier:check": "npx prettier --check .",
"prettier:write": "npx prettier --write .",
"stylelint": "npx stylelint \"**/*.css\"",
"eslint": "npx eslint \"**/*.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/html": "^6.4.19",
"babel-loader": "^8.2.3",
"eslint": "^8.11.0",
"htmlhint": "^1.1.2",
"prettier": "2.6.0",
"stylelint": "^14.6.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0"
},
"dependencies": {
"lint-staged": "^12.3.6"
}
}