-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·154 lines (154 loc) · 5.41 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
{
"name": "groupher_web",
"version": "1.2.50",
"license": "Apache License 2.0",
"scripts": {
"dev": "next dev --turbo",
"ci": "cross-env NODE_ENV=ci next dev",
"update.version": "node -p \"'export const APP_VERSION = ' + JSON.stringify(require('./package.json').version)\" > config/version.ts",
"type-check": "tsc --noEmit",
"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",
"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": "cross-env NODe_ENV=production next start -p 3000",
"dist": "next build && next export -o \"build\"",
"info": "next info",
"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/biome lint src/**/*.{ts,tsx}",
"format:staged": "./node_modules/.bin/biome format ./src",
"clean:up": "rm -rf *.tsbuildinfo",
"test": "cross-env NOD_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"
},
"engines": {
"node": "20.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"**/*.ts?(x)": "tsc-files --noEmit"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@groupher/react-editor": "^1.1.30",
"@groupher/use-mobile-detect-hook": "^2.0.2",
"@next/bundle-analyzer": "^12.3.4",
"@tailwindcss/typography": "^0.5.13",
"@tippyjs/react": "^4.2.6",
"@urql/core": "^5.0.8",
"@urql/next": "^1.1.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"accept-language-parser": "^1.5.0",
"chalk": "^2.4.1",
"cross-env": "^7.0.2",
"framer-motion": "^11.11.11",
"graphql": "^16.6.0",
"js-cookie": "^3.0.5",
"markdown-to-jsx": "^7.5.0",
"mastani-codehighlight": "0.0.7",
"nanoid": "^3.1.12",
"next": "^14.2.15",
"next-auth": "^5.0.0-beta.16",
"next-compose-plugins": "^2.2.0",
"overlayscrollbars": "^2.9.1",
"overlayscrollbars-react": "^0.5.6",
"promise-timeout": "^1.3.0",
"prop-types": "^15.5.10",
"qrcode.react": "^3.1.0",
"ramda": "^0.30.1",
"react": "^19.0.0-rc-f3e09d6328-20240612",
"react-arborist": "^3.1.0",
"react-content-loader": "^6.2.1",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0-rc-f3e09d6328-20240612",
"react-flip-numbers": "^3.0.8",
"react-highlight-words": "^0.18.0",
"react-lazy-load-image-component": "1.6.0",
"react-masonry-css": "^1.0.16",
"react-scroll-snap-anime-slider": "^1.5.3",
"react-select": "^5.5.7",
"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",
"remarkable": "2.0.0",
"remarkable-emoji": "^0.1.3",
"remarkable-mentions": "^0.1.0",
"rsuite-table": "^5.10.6",
"sanitize-html": "^2.5.2",
"sentry-testkit": "^2.1.0",
"slate": "^0.101.1",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.101.1",
"sonner": "^1.0.0",
"store": "^2.0.12",
"stringz": "^2.0.0",
"styled-components": "^6.1.10",
"tailwindcss-animated": "^1.1.2",
"timeago-react": "^3.0.5",
"tinykeys": "^2.1.0",
"tsparticles-confetti": "^2.12.0",
"typewriter-effect": "^2.19.0",
"urql": "^4.2.0",
"use-debounce": "^10.0.4",
"valtio": "^2.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@cfaester/enzyme-adapter-react-18": "0.5.1",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^26.0.20",
"@types/mocha": "^8.2.1",
"@types/ramda": "^0.27.38",
"@types/react": "^17.0.39",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601",
"clsx": "^2.1.1",
"commitizen": "3.1.2",
"coveralls": "3.0.14",
"cypress": "^8.1.0",
"cz-conventional-changelog": "^3.0.0",
"enzyme": "3.11.0",
"enzyme-to-json": "^3.3.4",
"husky": "^3.1.0",
"jest": "26.2.2",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.1",
"plop": "2.7.4",
"postcss": "^8.4.39",
"react-test-renderer": "18.2.0",
"shelljs": "0.8.4",
"start-server-and-test": "1.12.1",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tsc-files": "^1.1.4",
"type-fest": "^2.19.0",
"typescript": "^5.3.3"
}
}