-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.69 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
{
"name": "modderize-dgmd",
"author": "Bianca Morris",
"version": "0.1.0",
"description": "An application for requesting game mods",
"keywords": [
"mods",
"game mods",
"modderize"
],
"homepage": "https://www.modderize.me",
"bugs": {
"url": "https://github.com/Bianca-Morris/modderize/issues"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"minify": "npx tailwindcss -o build.css --minify",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' 'src/**/*.tsx' --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.14",
"dayjs": "^1.11.7",
"firebase": "9.16.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-popper": "^2.3.0",
"react-share": "^4.4.1",
"recoil": "^0.7.6",
"sorted-array-functions": "^1.3.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
"@storybook/blocks": "^7.0.9",
"@storybook/react": "^7.0.9",
"@storybook/react-webpack5": "^7.0.9",
"@storybook/testing-library": "^0.0.14-next.2",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/sorted-array-functions": "^1.3.0",
"autoprefixer": "^10.4.12",
"cssnano": "^6.0.1",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.18",
"prettier": "^2.8.3",
"prop-types": "^15.8.1",
"storybook": "^7.0.9",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}