-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 KB
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": "whatsapp-viewer",
"version": "1.0.0",
"license": "MIT",
"bin": "bin/server.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepublish": "next build"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"apollo-server-micro": "^2.19.1",
"get-urls": "^10.0.0",
"graphql": "^15.4.0",
"linkifyjs": "^2.1.9",
"nats": "^1.4.12",
"next": "^10.0.5",
"normalize.css": "^8.0.1",
"open": "^7.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reflect-metadata": "^0.1.13",
"serve-handler": "^6.1.3",
"sqlite3": "^5.0.1",
"styled-components": "^5.2.1",
"type-graphql": "^1.1.1",
"typedi": "0.8.0",
"typeorm": "^0.2.30",
"typeorm-typedi-extensions": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/serve-handler": "^6.1.0",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"babel-plugin-transform-typescript-metadata": "^0.3.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"pkg": "^4.4.9",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}