-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.25 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
{
"name": "refinebio-web",
"version": "0.1.0",
"private": true,
"scripts": {
"compose": "docker-compose --env-file ./docker-compose.env -f ./docker-compose.yml",
"start-local": "yarn compose up",
"start-client": "yarn start-local client",
"start-storybook": "yarn start-local storybook",
"stop-local": "yarn compose down",
"dev": "next dev",
"prebuild": "node cacheApi.js && node sitemap.js",
"build": "yarn prebuild && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"storybook": "storybook dev",
"build-storybook": "storybook build"
},
"dependencies": {
"@sentry/nextjs": "^7.12.1",
"formik": "^2.4.5",
"grommet": "^2.25.3",
"grommet-icons": "^4.8.0",
"isomorphic-unfetch": "^4.0.2",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"next": "^13.4.13",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-table": "^7.8.0",
"react-table-sticky": "^1.1.3",
"react-tsparticles": "^2.9.3",
"regenerator-runtime": "^0.13.11",
"sitemap": "^7.1.1",
"styled-components": "^5.3.5",
"tsparticles": "^2.9.3",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@storybook/addon-a11y": "^7.2.1",
"@storybook/addon-actions": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/nextjs": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"babel-loader": "^8.2.5",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-storybook": "^0.6.13",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2",
"prettier": "^2.7.1",
"storybook": "7.2.1"
},
"repository": "https://github.com/AlexsLemonade/refinebio-web.git",
"license": "BSD-3-Clause",
"packageManager": "[email protected]"
}