This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
142 lines (142 loc) · 4.57 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "tenet",
"version": "0.0.1",
"description": "Meta-internet",
"main": "dest/index.js",
"files": [
"ui",
"stories",
"pages"
],
"scripts": {
"build": "next build && rimraf public/sw.js public/workbox-*.js && cpx .next/sw.js public && cpx .next/workbox-*.js public",
"dev": "next dev",
"lint": "eslint . --ext ts,tsx --fix",
"lint:test": "eslint . --ext ts,tsx",
"start": "next start",
"storybook": "start-storybook -p 6006 -s public",
"test": "jest",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"count": "printf '\\e[36m\\n This project has\\e[35m %s lines\\e[36m of source code!\\n\\n\\e[m' $(find . -name '*.html' -o -name '*.css' -o -name '*.ts' -o -name '*.tsx' | grep -v node_modules | xargs wc -l | tail -1 | awk '{print $1}')",
"prepare": "husky install",
"build-storybook": "build-storybook",
"mock-server": "ts-node --skipProject mock-server.ts",
"graphql-codegen": "graphql-codegen"
},
"repository": {
"type": "git",
"url": "https://github.com/trishulaorg/tenet.git"
},
"bugs": {
"url": "https://github.com/trishulaorg/tenet/issues"
},
"devDependencies": {
"@apollo/server": "^4.4.0",
"@babel/core": "^7.17.2",
"@fontsource/roboto": "^4.5.3",
"@graphql-codegen/add": "^4.0.0",
"@graphql-codegen/cli": "^2.11.6",
"@graphql-codegen/typed-document-node": "^3.0.0",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-tools/graphql-file-loader": "^7.5.16",
"@graphql-tools/load": "^7.8.12",
"@graphql-tools/mock": "^8.7.18",
"@graphql-tools/schema": "^9.0.16",
"@heroicons/react": "^1.0.5",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash.get": "^4.4.7",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"babel-loader": "^8.2.3",
"chromatic": "^6.17.1",
"cpx2": "^4.2.0",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"graphql": "^16.6.0",
"graphql-codegen-plugin-typescript-swr": "^0.8.1",
"graphql-codegen-typescript-mock-data": "^3.2.2",
"http-proxy-middleware": "^2.0.3",
"husky": "^7.0.4",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lint-staged": "^12.3.3",
"nodemon": "^2.0.15",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"storybook-addon-next-router": "^4.0.2",
"storybook-dark-mode": "^2.0.5",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.7.4",
"webpack": "^5.76.0"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.9.1",
"@types/lodash.set": "^4.3.7",
"autoprefixer": "^10.4.2",
"chalk": "^4.1.2",
"classnames": "^2.3.2",
"date-fns": "^2.29.1",
"dotenv-cli": "^6.0.0",
"file-type": "^17.1.6",
"firebase": "^9.9.3",
"firebaseui": "^6.0.2",
"framer-motion": "^7.6.12",
"graphql-request": "^4.3.0",
"jsonwebtoken": "^9.0.0",
"linkify-plugin-mention": "^4.0.2",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"map-obj": "^5.0.2",
"mobx": "^6.3.13",
"mobx-react": "^7.2.1",
"next": "^13.0.5",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"notistack": "^3.0.1",
"pusher": "^5.1.1-beta",
"pusher-js": "^7.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-markdown": "^8.0.3",
"react-simple-image-viewer": "^1.2.1",
"react-spinners": "^0.13.8",
"storybook": "^6.3.13",
"swr": "^1.3.0",
"ts-toolbelt": "^9.6.0",
"ulid": "^2.3.0",
"use-debounce": "^8.0.3",
"zod": "^3.21.4"
},
"engines": {
"node": "18.x"
},
"msw": {
"workerDirectory": "public"
}
}