forked from Vets-Who-Code/vets-who-code-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.04 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
{
"name": "vwc-web-app",
"version": "1.0.0",
"repository": "Vets-Who-Code/vwc-site",
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.4",
"@babel/preset-react": "7.16.0",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@hot-loader/react-dom": "^17.0.1",
"axios": "0.25.0",
"contentful": "9.1.10",
"date-fns": "2.26.0",
"generate": "^0.5.4",
"intersection-observer": "0.12.0",
"jimp": "^0.16.0",
"next": "12.1.0",
"next-compose-plugins": "2.2.1",
"next-images": "1.8.2",
"next-seo": "5.1.0",
"next-videos": "1.4.0",
"node": "^16.15.1",
"nuka-carousel": "4.8.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "6.1.0",
"react-hook-form": "6.15.5",
"react-icons": "4.3.1",
"react-modal": "3.14.4",
"react-slick": "0.28.1",
"react-toastify": "8.1.0",
"react-typed": "^1.2.0",
"reading-time": "1.5.0",
"skeleton-elements": "4.0.0",
"slick-carousel": "1.8.1",
"xml2js": "0.4.23"
},
"engines": {
"node": ">=16.19.0",
"npm": ">=8.0.0"
},
"license": "MIT",
"scripts": {
"format": "pretty-quick --staged",
"test": "jest --env=jsdom",
"lint": "eslint src",
"test:coverage": "jest --env=jsdom --coverage",
"test:watch": "jest --watch --env=jsdom",
"view:coverage": "open coverage/lcov-report/index.html",
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.4",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.1.21",
"@storybook/testing-library": "^0.0.9",
"@swc/core": "1.2.136",
"@swc/jest": "0.2.17",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
"babel-eslint": "10.1.0",
"babel-jest": "27.3.1",
"babel-loader": "^8.2.3",
"cross-spawn": "7.0.3",
"cross-spawn-with-kill": "1.0.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-storybook": "0.5.7",
"husky": "^7.0.4",
"inquirer": "8.2.0",
"jest": "27.5.1",
"lint-staged": "12.1.2",
"msw": "0.36.8",
"node-mocks-http": "1.11.0",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"pretty-quick": "3.1.2",
"react-test-renderer": "17.0.2",
"regenerator-runtime": "0.13.9",
"storybook-dark-mode": "1.0.9"
}
}