-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "phasmofinder",
"version": "1.0.0",
"license": "MIT",
"private": true,
"author": {
"name": "Eduardo Reveles",
"email": "me@osiux.ws",
"url": "https://www.osiux.ws"
},
"bugs": "https://github.com/osiux/phasmofinder/issues",
"homepage": "https://phasmofinder.vercel.app/",
"repository": "github:osiux/phasmofinder",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@tailwindcss/typography": "^0.4.1",
"babel-plugin-ramda": "^2.0.0",
"next": "12.0.7",
"next-pwa": "^5.4.4",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hint": "^3.2.1",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^17.0.4",
"@types/ramda": "^0.27.61",
"@types/react": "^17.0.38",
"babel-jest": "^27.4.5",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.5.0",
"eslint-config-next": "^12.0.7",
"jest": "^27.4.5",
"postcss": "^8.4.5",
"tailwindcss": "^2.2.9",
"twin.macro": "^2.8.2",
"typescript": "^4.5.4"
}
}