This repository was archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
159 lines (159 loc) · 5.63 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "groupher_web",
"version": "1.0.13",
"license": "Apache License 2.0",
"scripts": {
"dev": "next dev",
"dev2": "next dev --turbo",
"ci": "cross-env NODE_ENV=ci node server",
"update.version": "node -p \"'export const APP_VERSION = ' + JSON.stringify(require('./package.json').version)\" > config/version.ts",
"build": "next build",
"build:clean": "run-s dist clean",
"build.prod": "cross-env NODE_ENV=production next build",
"build.dev": "cross-env NODE_ENV=dev next build",
"build.ci": "cross-env NODE_ENV=ci next build",
"size.check": "bundlewatch --config size-limit.config.json",
"serve": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}",
"serve.dev": "cross-env NODE_ENV=dev next start -p ${SERVE_PORT}",
"serve.prod.server": "cross-env NODE_ENV=production SERVE_PORT=${SERVE_PORT} node server",
"serve.prod": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}",
"dist": "next build && next export -o \"build\"",
"start": "NODE_ENV=production node server.js",
"clean": "shjs ./utils/scripts/clean.js",
"gen": "plop --plopfile ./utils/scripts/generators/index.js",
"analyze": "cross-env ANALYZE=true next build",
"lint": "./node_modules/.bin/eslint --ext .js,.ts,.tsx --fix src/ utils/",
"lint:staged": "git diff --cached --name-only --diff-filter=ACRM | xargs ./node_modules/.bin/eslint --cache --ext .js,.ts,.tsx && tsc --noemit",
"test": "cross-env NODE_ENV=test jest --config .jest.config.js",
"test:dev": "cross-env NODE_ENV=test jest --config .jest.config.js",
"test:watch": "npm run test -- --watch",
"test:cover": "npm run test -- --coverage",
"test:e2e": "./node_modules/.bin/cypress open",
"cy:run": "./node_modules/.bin/cypress run --key 60eb2dd7-724d-4b39-bd12-f434f3465866 --record",
"cy:run:free": "./node_modules/.bin/cypress run",
"test:ci": "start-server-and-test ci http://localhost:3000 cy:run:free",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@groupher/react-editor": "^1.1.30",
"@next/bundle-analyzer": "^12.2.5",
"@sentry/browser": "5.17.0",
"@sentry/node": "5.17.0",
"@sentry/webpack-plugin": "1.11.1",
"@soywod/pin-field": "^0.1.9",
"@tippyjs/react": "4.2.5",
"accepts": "^1.3.4",
"ali-oss": "^5.3.2",
"cacheable-response": "^2.0.9",
"chalk": "^2.4.1",
"compatible-debug": "^1.0.0",
"cookie-parser": "^1.4.4",
"cookies-next": "^2.0.3",
"core-js": "^3.25.1",
"cross-env": "^7.0.2",
"css-doodle": "^0.21.6",
"express": "^4.16.4",
"g2": "^2.3.13",
"glob": "^7.1.2",
"graphql": "^15.5.1",
"graphql-request": "3.5.0",
"izitoast": "^1.4.0",
"mastani-codehighlight": "0.0.7",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"mobx-state-tree": "^5.1.6",
"module-alias": "^2.0.1",
"nanoid": "^3.1.12",
"next": "^13.0.0",
"next-compose-plugins": "^2.2.0",
"next-i18next": "4.4.1",
"next-pwa": "^5.4.4",
"nextjs-progressbar": "^0.0.14",
"overlayscrollbars": "1.13.1",
"path": "^0.12.7",
"path-match": "^1.2.4",
"polished": "4.1.3",
"promise-timeout": "^1.3.0",
"prop-types": "^15.5.10",
"pubsub-js": "^1.9.3",
"qrcode.react": "^3.1.0",
"ramda": "0.26.1",
"react": "^18.2.0",
"@groupher/react-animation": "^1.2.3",
"react-calendar-heatmap": "1.9.0",
"react-content-loader": "6.2.0",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^2.1.2",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.18.0",
"react-lazy-load-image-component": "1.5.5",
"react-masonry-css": "^1.0.14",
"react-pin-field": "3.0.16",
"react-resize-detector": "7.1.2",
"react-select": "^5.5.7",
"react-svg": "15.1.10",
"react-swipeable": "^7.0.0",
"react-textarea-autosize": "^8.3.0",
"react-tooltip": "^4.2.21",
"react-trend": "^1.2.4",
"react-use": "17.4.0",
"react-portal": "^4.2.2",
"react-waypoint": "^10.3.0",
"remarkable": "2.0.0",
"remarkable-emoji": "^0.1.3",
"remarkable-mentions": "^0.1.0",
"resize-observer-polyfill": "^1.5.1",
"response-time": "^2.3.2",
"rxjs": "6.2.2",
"sanitize-html": "^2.5.2",
"scroll-into-view-if-needed": "1.5.0",
"sentry-testkit": "^2.1.0",
"store": "^2.0.12",
"stringz": "^2.0.0",
"styled-components": "^5.3.5",
"timeago-react": "^3.0.5",
"tinykeys": "^1.0.6",
"url": "^0.11.0",
"urql": "^2.0.4"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@groupher/eslint-config-web": "2.0.9",
"@next/eslint-plugin-next": "^12.2.5",
"@types/jest": "^26.0.20",
"@types/mocha": "^8.2.1",
"@types/ramda": "^0.27.38",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"bundlewatch": "^0.2.7",
"commitizen": "3.1.2",
"coveralls": "3.0.14",
"cypress": "^8.1.0",
"cz-conventional-changelog": "^3.0.0",
"enzyme": "3.11.0",
"@cfaester/enzyme-adapter-react-18": "0.5.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^8.23.0",
"eslint-config-next": "^13.0.0",
"husky": "^3.0.0",
"jest": "26.2.2",
"npm-run-all": "^4.1.1",
"plop": "2.7.4",
"prettier": "2.3.2",
"pretty-quick": "^1.10.0",
"react-test-renderer": "18.2.0",
"shelljs": "0.8.4",
"standard-version": "^8.0.1",
"start-server-and-test": "1.12.1",
"type-fest": "^2.19.0",
"typescript": "^4.8.2"
}
}