-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
131 lines (131 loc) · 4.58 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
{
"name": "remix-bereghici-dev",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"prebuild": "npm run clean && echo All clean ✨",
"build": "npm run build:css:prod && npm run build:remix && npm run build:server && node ./other/generate-build-info",
"build:css": "postcss styles/**/*.css --base styles --dir app/styles",
"build:css:prod": "npm run build:css -- --env production",
"build:remix": "cross-env NODE_ENV=production dotenv -e .env remix build --sourcemap",
"build:server": "node ./other/build-server.js",
"clean": "rimraf ./node_modules/.cache ./server/dist ./build ./public/build \"./app/styles/**/*.css\"",
"css:watch": "npm run build:css -- --w",
"cy:open": "cypress open",
"cy:run": "cypress run",
"dev": "pm2-dev ./other/pm2.config.js",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|gql|graphql|mdx|vue)\"",
"lint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext js,jsx,ts,tsx .",
"prepare": "husky install",
"setup": "npm install && docker compose up -d",
"start": "cross-env NODE_ENV=production node --require ./node_modules/dotenv/config ./index.js",
"start:mocks": "cross-env NODE_ENV=production node --require ./mocks --require ./node_modules/dotenv/config ./index.js",
"test": "jest --passWithNoTests",
"test:e2e:dev": "cross-env RUNNING_E2E=true ENABLE_TEST_ROUTES=true start-server-and-test dev http-get://localhost:3000/build/info.json cy:open",
"test:e2e:run": "cross-env RUNNING_E2E=true PORT=8811 start-server-and-test start:mocks http-get://localhost:8811/build/info.json cy:run",
"typecheck": "tsc -b && tsc -b cypress",
"validate": "./other/validate"
},
"eslintIgnore": [
"node_modules",
"coverage",
"server-build",
"build",
"public/build",
"*.ignored/",
"*.ignored.*"
],
"dependencies": {
"@octokit/plugin-throttling": "^3.5.2",
"@octokit/rest": "^18.12.0",
"@prisma/client": "^3.6.0",
"@remix-run/express": "1.12.0",
"@remix-run/react": "1.12.0",
"@remix-run/node": "1.12.0",
"@remix-run/server-runtime": "1.12.0",
"@sentry/browser": "^6.16.1",
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"cloudinary-build-url": "^0.2.1",
"clsx": "^1.1.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"date-fns": "^2.27.0",
"dotenv": "^10.0.0",
"error-stack-parser": "^2.0.6",
"esbuild": "^0.14.5",
"express": "^4.17.2",
"framer-motion": "^5.6.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"lodash.isequal": "^4.5.0",
"mdx-bundler": "^8.0.1",
"morgan": "^1.10.0",
"on-finished": "^2.3.0",
"p-queue": "^7.1.0",
"pm2": "^5.1.2",
"prisma": "^3.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-textarea-autosize": "^8.3.3",
"reading-time": "^1.5.0",
"redis": "^3.1.2",
"rehype-autolink-headings": "^6.1.0",
"rehype-code-titles": "^1.0.3",
"rehype-prism-plus": "^1.1.3",
"rehype-slug": "^5.0.0",
"remark-gfm": "^3.0.1",
"remix-auth": "^3.2.1",
"remix-auth-github": "^1.0.0",
"remix-themes": "^1.4.0"
},
"devDependencies": {
"@cld-apis/types": "^0.1.3",
"@remix-run/dev": "1.12.0",
"@remix-run/eslint-config": "1.12.0",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/lodash.isequal": "^4.5.5",
"@types/morgan": "^1.9.3",
"@types/on-finished": "^2.3.1",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/redis": "^2.8.32",
"autoprefixer": "^10.4.0",
"concurrently": "^6.5.1",
"cssnano": "^5.0.15",
"cypress": "^9.2.0",
"dotenv-cli": "^4.1.1",
"esbuild-jest": "^0.5.0",
"esbuild-register": "^3.2.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-watch-typeahead": "^1.0.0",
"msw": "^0.36.3",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.7",
"typescript": "4.6.2"
},
"engines": {
"node": "16",
"npm": "8"
}
}