This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
84 lines (84 loc) · 2.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
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
{
"name": "maybe-labs",
"private": true,
"scripts": {
"lint": "eslint app/javascript",
"lint:fix": "eslint --fix app/javascript",
"test": "yarn test:unit; yarn test:integration",
"test:unit": "jest 'app/javascript.*.unit.test.(ts|tsx)'",
"test:integration": "jest 'app/javascript.*.integration.test.(ts|tsx)'"
},
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@headlessui/react": "^1.5.0",
"@markusantonwolf/tailwind-css-plugin-multi-columns": "^1.0.4",
"@rails/webpacker": "5.4.3",
"@tailwindcss/forms": "^0.3.2",
"@tippyjs/react": "^4.2.5",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@visx/axis": "^1.17.1",
"@visx/event": "^1.7.0",
"@visx/gradient": "^1.7.0",
"@visx/grid": "^1.17.1",
"@visx/group": "^1.7.0",
"@visx/responsive": "^1.10.1",
"@visx/scale": "^1.14.0",
"@visx/shape": "^1.14.0",
"@visx/threshold": "^1.17.1",
"@visx/tooltip": "^1.17.1",
"@xstate/react": "^1.3.2",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.3.1",
"colorthief": "^2.3.2",
"d3-scale": "^4.0.0",
"dynamic-properties": "^2.0.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.10",
"lodash": "^4.17.21",
"luxon": "^2.0.1",
"nanoid": "^3.1.22",
"numeral": "^2.0.6",
"parsimmon": "^1.18.0",
"postcss": "^7.0.35",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ranger": "^2.1.0",
"react-singleton-hook": "^3.3.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"smooth-scroll-into-view-if-needed": "^1.1.32",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.2.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"xstate": "^4.18.0"
},
"version": "0.1.0",
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^26.0.24",
"@types/luxon": "^1.27.1",
"@types/numeral": "^2.0.1",
"@types/parsimmon": "^1.10.6",
"@types/react-ranger": "^2.0.1",
"get-image-colors": "^4.0.1",
"jest": "^27.0.6",
"string.prototype.replaceall": "^1.0.5",
"webpack-dev-server": "^3"
}
}