-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.65 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
{
"name": "perjansson.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start -p $PORT",
"start:static": "yarn build && serve ./out",
"lint": "next lint",
"start:ci": "next start -p 5000",
"test:e2e": "cypress run",
"test:e2e:open": "cypress open",
"test:ci": "start-server-and-test start:ci http-get://localhost:5000 test:e2e"
},
"dependencies": {
"@madebyconnor/rich-text-to-jsx": "^2.1.3",
"@radix-ui/react-tabs": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.6",
"@radix-ui/react-visually-hidden": "^0.1.3",
"@react-aria/focus": "^3.5.0",
"@stitches/react": "^1.2.6",
"@svgr/webpack": "^6.1.2",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"next": "12.0.7",
"react": "17.0.2",
"react-cool-dimensions": "^2.0.7",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"smooth-scroll-into-view-if-needed": "^1.1.32",
"svg-url-loader": "^7.1.1"
},
"devDependencies": {
"@contentful/rich-text-types": "^14.1.2",
"@types/gtag.js": "^0.0.4",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"cypress": "^9.2.0",
"eslint": "^8.6.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.5.1",
"serve": "^13.0.2",
"start-server-and-test": "^1.14.0",
"typescript": "^4.5.4"
}
}