generated from pixelass/pwa-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.98 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "obs-guru",
"version": "1.0.0",
"description": "OBS tools",
"keywords": [],
"license": "MIT",
"main": "n.a.",
"scripts": {
"build": "next build",
"build:dev": "npx cross-env@7 NODE_ENV=test next build",
"cypress": "npx cypress@9 open",
"cypress:run": "npx cypress@9 run",
"peer": "peer --port 3001",
"dev": "next dev",
"jest": "jest",
"jest:watch": "jest --watch",
"lint": "yarn tsc:noEmit && yarn xo && yarn stylelint && next lint",
"ncu": "yarn dlx npm-check-updates@11 -u --dep='prod,dev'",
"ncu:minor": "yarn ncu -t minor",
"ncu:patch": "yarn ncu -t patch",
"postinstall": "husky install",
"prettier": "prettier 'src/**/*.{ts,tsx}'",
"release": "yarn dlx [email protected]",
"spj": "yarn dlx sort-package-json@1 package.json",
"start": "next start",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"stylelint": "stylelint 'src/**/*.{ts,tsx}'",
"test:cypress": "yarn dlx start-server-and-test@1 start http://localhost:3000 cypress:run",
"test:jest": "yarn jest",
"test": "yarn test:jest && yarn test:cypress",
"toc": "yarn dlx markdown-toc@1 README.md -i",
"tsc:noEmit": "tsc --noEmit",
"unimported": "yarn dlx unimported@1",
"xo": "xo",
"xo:fix": "yarn xo --fix"
},
"dependencies": {
"@contour/react": "^0.6.3",
"@contour/theme": "^0.6.0",
"@contour/utils": "^0.6.0",
"@emotion/cache": "11.7.1",
"@emotion/react": "11.9.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
"@mui/icons-material": "5.6.0",
"@mui/material": "5.6.0",
"axios": "0.26.1",
"copy-to-clipboard": "3.3.1",
"immer": "9.0.12",
"nanoid": "3.3.2",
"next": "12.1.5",
"next-i18next": "11.0.0",
"peerjs": "1.3.2",
"pusher": "5.0.1",
"pusher-js": "7.0.6",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-lottie-player": "^1.4.2",
"wrtc": "0.4.7",
"zustand": "3.7.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@cypress/browserify-preprocessor": "^3.0.2",
"@emotion/babel-plugin": "^11.7.2",
"@jest/globals": "^27.3.1",
"@storybook/addon-actions": "^6.4.13",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.4.13",
"@storybook/react": "^6.1.21",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/simple-peer": "^9.11.4",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.3",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-typescript": "^0.50.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"next-pwa": "^5.5.0",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.6.2",
"standard-version": "^9.3.2",
"stylelint": "^13.13.1",
"stylelint-a11y": "^1.2.3",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-property-sort-order-smacss": "^7.1.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^4.1.0",
"stylelint-processor-styled-components": "^1.10.0",
"type-fest": "^2.12.2",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"xo": "^0.48.0"
},
"packageManager": "[email protected]"
}