-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.79 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
{
"name": "tailwind-gallery",
"version": "0.0.1",
"private": true,
"dependencies": {
"@astrajs/collections": "0.3.4",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.13",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"axios": "^0.21.1",
"dompurify": "^2.4.3",
"dotenv": "^16.0.3",
"faker": "^5.3.1",
"html-react-parser": "^3.0.7",
"mdb-react-ui-kit": "^3.0.0",
"moment": "^2.29.4",
"moment-precise-range": "^0.2.0",
"moment-precise-range-plugin": "^1.3.0",
"node-async-exec": "^1.2.0",
"postcss": "^8.4.20",
"react": "^17.0.1",
"react-bootstrap": "^2.7.0",
"react-dom": "^17.0.1",
"react-fontawesome": "^1.7.1",
"react-pro-sidebar": "^1.0.0-alpha.9",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"reactstrap": "^9.1.5",
"webpack": "^4.44.2"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "tailwind build -i src/input.css -o src/output.css && react-scripts --openssl-legacy-provider build",
"build-tw": "tailwind build -i src/input.css -o src/output.css",
"test": "react-scripts --openssl-legacy-provider test",
"eject": "react-scripts --openssl-legacy-provider eject",
"dev": "netlify dev"
},
"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"
]
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"netlify-cli": "^3.39.4",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.4"
}
}