forked from freies-deutsches-hochstift/virtual-time-travel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 2.92 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
{
"name": "virtual-time-travel",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@reduxjs/toolkit": "1.8.4",
"core-js": "^3.6.5",
"dotenv": "^16.0.2",
"framer-motion": "^7.5.3",
"geolib": "^3.3.3",
"html5-qrcode": "^2.2.3",
"i": "^0.3.7",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-link-attributes": "^4.0.1",
"npm": "^8.19.2",
"popmotion": "^11.0.5",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-async": "^10.0.1",
"react-dom": "18.2.0",
"react-intl": "^6.2.1",
"react-is": "18.2.0",
"react-json-tree": "^0.17.0",
"react-redux": "8.0.2",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.13.6",
"react-swipeable": "^7.0.0",
"react-uid": "^2.3.2",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.5",
"ts-deepmerge": "^4.0.0",
"tslib": "^2.3.0",
"twin.macro": "^2.8.2",
"use-resize-observer": "^9.0.2"
},
"devDependencies": {
"@badgers-ua/nx-react-pwa": "^1.0.4",
"@emotion/babel-plugin": "11.10.0",
"@nrwl/cli": "14.5.8",
"@nrwl/cypress": "14.5.8",
"@nrwl/eslint-plugin-nx": "14.5.8",
"@nrwl/jest": "14.5.8",
"@nrwl/js": "14.5.8",
"@nrwl/linter": "14.5.8",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "14.5.8",
"@nrwl/web": "14.5.8",
"@nrwl/workspace": "14.5.8",
"@svgr/webpack": "^6.5.0",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/marked": "^4.0.7",
"@types/node": "16.11.7",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-is": "17.0.3",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "10.4.8",
"babel-jest": "27.5.1",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^10.2.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"jest": "27.5.1",
"nx": "14.5.8",
"postcss": "8.4.16",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.1.8",
"ts-jest": "27.1.4",
"ts-node": "10.9.1",
"typescript": "~4.7.2",
"workbox-cli": "^6.5.3"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"browser": {
"fs": false,
"path": false,
"buffer": false,
"os": false
}
}