-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.32 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
{
"name": "cuboard",
"version": "0.1.0",
"private": false,
"license": "MIT",
"homepage": "https://ncsu-libraries.github.io/cupboard-dxl-display/",
"dependencies": {
"@dnd-kit/core": "^4.0.0",
"@react-three/drei": "^7.14.2",
"@react-three/fiber": "^7.0.15",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/react-select": "^5.0.1",
"classnames": "^2.3.1",
"easy-peasy": "^5.0.3",
"evergreen-ui": "^6.0.1",
"framer-motion": "4.1",
"fuzzysort": "^1.1.4",
"google-spreadsheet": "^3.1.15",
"image-thumbnail": "^1.0.14",
"install": "^0.13.0",
"npm": "^7.15.0",
"papaparse": "^5.3.1",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-grid-layout": "^1.2.5",
"react-image-fallback": "^8.0.0",
"react-player": "^2.9.0",
"react-qr-code": "^2.0.2",
"react-router-dom": "^6.2.1",
"react-script": "^2.0.5",
"react-select": "^5.2.2",
"react-tabs": "^3.2.2",
"react-tooltip": "^4.2.21",
"react-use": "^17.2.4",
"react-virtualized": "^9.22.3",
"three": "^0.133.1",
"typescript": "^4.2.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"fix": "eslint --fix --ext .ts,.tsx .",
"fix-style": "eslint --fix --rule \"react/jsx-sort-props: ['warn']\"",
"fix-imports": "eslint --fix --ext .tsx --rule \"simple-import-sort/imports: ['warn']\"",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/google-spreadsheet": "^3.1.5",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/papaparse": "^5.2.6",
"@types/react": "18.0.8",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-custom-scrollbars": "^4.0.8",
"@types/react-dom": "^17.0.0",
"@types/react-grid-layout": "^1.1.1",
"@types/react-image-fallback": "^8.0.3",
"@types/react-tabs": "^2.3.2",
"@types/react-virtualized": "^9.21.18",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.11.0",
"eslint-config-xo-react": "^0.25.0",
"eslint-plugin-boundaries": "^2.5.0",
"eslint-plugin-etc": "^2.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.3.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.9.1",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-plugin-unicorn": "^34.0.1",
"gh-pages": "^3.2.3",
"gts": "^3.1.0",
"react-loader-spinner": "^4.0.0",
"react-scripts": "^4.0.3",
"webpack-bundle-analyzer": "^4.5.0",
"yarn-audit-fix": "^7.1.1"
}
}