-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "morsible",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@splitbee/web": "^0.2.4",
"lodash": "^4.17.21",
"next": "^10.2.3",
"next-plugin-preact": "^3.0.6",
"next-pwa": "^5.2.21",
"next-transpile-modules": "^7.2.0",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"react": "npm:@preact/compat@0.0.4",
"react-dom": "npm:@preact/compat@0.0.4",
"react-error-boundary": "^3.1.3",
"react-hook-speech-to-text": "^0.6.0",
"react-hot-toast": "^1.0.2",
"react-icons": "^4.2.0",
"react-select": "^4.3.1",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.3",
"use-sound": "^3.0.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/preset-env": "^7.14.4",
"@emotion/babel-plugin": "^11.3.0",
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/preact": "^2.0.1",
"@testing-library/preact-hooks": "^1.1.0",
"@types/node": "^15.6.1",
"@types/react-select": "^4.0.15",
"babel-jest": "^26.6.3",
"babel-plugin-macros": "^3.1.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"tailwindcss": "^2.1.2",
"twin.macro": "^2.4.2",
"typescript": "^4.3.2"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}