-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 910 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
26
27
28
29
30
31
32
33
34
{
"name": "quiz-app",
"version": "1.0.0",
"description": "A simple app with questions and answers ",
"main": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carolinwagner/quiz-app.git"
},
"author": "Carolin Wagner",
"license": "ISC",
"bugs": {
"url": "https://github.com/carolinwagner/quiz-app/issues"
},
"homepage": "https://github.com/carolinwagner/quiz-app#readme",
"dependencies": {
"@storybook/preset-scss": "^1.0.2",
"navigation": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@storybook/html": "^5.3.19",
"babel-loader": "^8.1.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10",
"sass-loader": "^9.0.2"
}
}