-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.33 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
{
"name": "react-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"build:tailwind": "tailwindcss build src/tailwind.css -o ./public/tailwind.output.css",
"check-types": "tsc --noEmit",
"prestart": "npm run build:tailwind",
"prebuild": "npm run build:tailwind",
"start": "react-scripts start --no-cache",
"build": "react-scripts build",
"test": "npm run check-types && react-scripts test",
"eject": "react-scripts eject",
"components-update": "components-update --out src/components/tailwind-ui -i"
},
"devDependencies": {
"@tailwindcss/ui": "^0.7.2",
"@types/d3-format": "^2.0.0",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/react-router-dom": "^5.1.7",
"@zakodium/components-update": "^1.4.3",
"@zakodium/tailwind-config": "^2.0.3",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"prettier": "^2.3.0",
"tailwindcss": "^2.1.2"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@lukeed/uuid": "^2.0.0",
"@popperjs/core": "^2.9.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.1",
"@types/react": "^17.0.6",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^17.0.5",
"byte-size": "^7.0.1",
"clsx": "^1.1.1",
"common-spectrum": "^0.35.0",
"d3-scale-chromatic": "^2.0.0",
"date-fns": "^2.21.3",
"dialog-polyfill": "^0.5.6",
"formik": "^2.2.7",
"immer": "^9.0.2",
"iv-spectrum": "^0.11.0",
"ndim-parser": "^0.4.0",
"react": "^17.0.2",
"react-datepicker": "^3.8.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-plot": "^0.10.0",
"react-popper": "^2.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-wafer": "^1.0.1",
"thermal-resistance-sepctrum": "^1.1.0",
"typescript": "^4.2.4",
"web-vitals": "^1.1.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "https://mylims.github.io/react-demo/"
}