forked from vasili8m/raindrop-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 926 Bytes
/
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
{
"name": "public",
"version": "0.1.0",
"scripts": {
"local": "next dev --port 3129",
"local:prod": "yarn build && next start --port 3129",
"build": "next build",
"deploy:prod": "git branch -f release/production main && git push --force origin release/production"
},
"dependencies": {
"@sentry/browser": "^6.3.1",
"@sentry/integrations": "^6.3.1",
"@sentry/node": "^6.3.1",
"@svgr/webpack": "^5.5.0",
"chrome-aws-lambda": "^9.1.0",
"color-convert": "^2.0.1",
"core-js": "^3.12.1",
"date-fns": "^2.19.0",
"lodash": "^4.17.21",
"modern-normalize": "^1.0.0",
"next": "10.2.0",
"puppeteer-core": "9.1.x",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-portal": "^4.2.1"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.15.1",
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"puppeteer": "^9.1.1",
"sass": "^1.32.8"
}
}