-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
59 lines (59 loc) · 1.81 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
{
"name": "tailwind-cheatsheet",
"version": "1.0.0",
"private": true,
"dependencies": {
"@babel/compat-data": "^7.16.4",
"@babel/preset-env": "^7.16.7",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^10.0.0",
"@types/classnames": "^2.3.1",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.21",
"@types/react-router-dom": "^5.3.2",
"autoprefixer": "^10.4.1",
"classnames": "^2.3.1",
"connected-react-router": "^6.9.2",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-masonry-css": "^1.0.16",
"react-redux": "^7.2.6",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.1.2",
"tailwindcss": "^3.1.8",
"typescript": "~3.8.3",
"use-bus": "1.1.1"
},
"devDependencies": {
"react-scripts": "^5.0.0"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "PUBLIC_URL=\"/cheatsheet/\" SKIP_PREFLIGHT_CHECK=true react-scripts build",
"postbuild": "rm -rf ../public/cheatsheet && mv build ../public/cheatsheet",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}