-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "NeoFox",
"version": "1.0.0",
"description": "A Serverless React Based Chat Application Similar To Discord, Using Firebase's suite.",
"main": "next.config.js",
"dependencies": {
"@next/bundle-analyzer": "^10.1.3",
"@react-firebase/auth": "^0.2.10",
"client-compress": "^2.2.2",
"firebase": "9.0.0-beta.1",
"firebase-admin": "^9.7.0",
"firebase-functions": "^3.13.2",
"highlight.js": "^10.7.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"next": "latest",
"prismjs": "^1.23.0",
"react": "^18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"sass": "^1.32.11",
"slate": "^0.62.0",
"slate-history": "^0.62.0",
"slate-react": "^0.62.0",
"typescript": "^4.2.4"
},
"devDependencies": {
"@firebase/app-types": "^0.6.2",
"@firebase/util": "^1.1.0",
"@types/highlight.js": "^10.1.0",
"@types/marked": "^2.0.2",
"@types/node": "^14.14.41",
"@types/prismjs": "^1.16.5",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"react-test-renderer": "^17.0.2",
"webpack": "^5.33.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start",
"export": "next build && next export",
"type-check": "tsc --pretty --noEmit"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/__mocks__/styleMock.js",
"\\.(gif|ttf|eot|svg)$": "<rootDir>/__mocks__/fileMock.js"
}
},
"keywords": [],
"author": "Spotandjake",
"license": "ISC"
}