generated from badabam/quiz-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "quiz-app",
"version": "0.0.1",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"prettier:write": "prettier --write .",
"stylelint": "npx stylelint \"**/*.css\"",
"test": "htmlhint && prettier --check . && npm run stylelint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [],
"author": "Jeremias Erbs <[email protected]> (https://badabam.de)",
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/badabam/quiz-app.git"
},
"bugs": {
"url": "https://github.com/badabam/quiz-app/issues"
},
"homepage": "https://github.com/badabam/quiz-app#readme",
"description": "",
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.1.14",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-links": "^6.1.14",
"@storybook/html": "^6.1.14",
"babel-loader": "^8.2.2",
"htmlhint": "^0.14.2",
"prettier": "2.2.1",
"snowpack": "^3.0.11",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {}
}