-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.95 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": "nextjs-quiz-app",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@cypress/react": "^6.2.0",
"@cypress/webpack-dev-server": "^2.3.0",
"@fontsource/mulish": "^4.5.12",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/cypress": "^1.1.3",
"@types/lodash": "^4.14.185",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"babel-plugin-macros": "^3.1.0",
"classnames": "^2.3.1",
"cypress": "^10.8.0",
"eslint": "8.16.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"html-react-parser": "^3.0.4",
"html-webpack-plugin": "4",
"lodash": "^4.17.21",
"next": "12.3.0",
"postcss": "latest",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nesting": "^10.1.5",
"postcss-preset-env": "^7.5.0",
"prettier": "^2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"stylelint": "^14.9.1",
"stylelint-config-recommended": "^7.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"swr": "^1.3.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.4",
"webpack": "4",
"webpack-dev-server": "^4.11.0",
"yup": "^0.32.11"
},
"packageManager": "[email protected]"
}