-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.33 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "it-1-quiz",
"version": "0.0.0",
"description": "Simple quiz app with authentication",
"main": "src/index.tsx",
"author": "Eirik Fossestøl Andresen <[email protected]>",
"license": "ISC",
"scripts": {
"start": "craco start",
"build": "craco build",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"gen:types": "openapi-typescript https://owlygtmjpplnklcgfvhx.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYxNjQxMjc3MywiZXhwIjoxOTMxOTg4NzczfQ.FtzYcsDQ1E_E-8i4N1gdWh1aUmODuZ1djSWHLxwkNgI --output src/types/supabase/openAPI.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EirikFA/it-1-quiz.git"
},
"bugs": {
"url": "https://github.com/EirikFA/it-1-quiz/issues"
},
"homepage": "https://quiz.arweb.no",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@supabase/supabase-js": "^1.7.6",
"bulma": "^0.9.2",
"formik": "^2.2.6",
"react": "^17.0.2",
"react-bulma-components": "^4.0.0-1",
"react-dom": "^17.0.2",
"web-vitals": "^1.1.1",
"wouter": "^2.7.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@storybook/addon-actions": "^6.2.0",
"@storybook/addon-essentials": "^6.2.0",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.0",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"craco-alias": "^2.2.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"node-sass": "^5.0.0",
"openapi-typescript": "^3.2.0",
"react-scripts": "^4.0.3",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.3",
"typescript-plugin-css-modules": "^3.2.0"
}
}