generated from Borodutch/frontend-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.39 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
{
"name": "magicpill",
"version": "1.0.0",
"private": false,
"license": "MIT",
"dependencies": {
"@craco/craco": "^6.1.1",
"mobx": "^6.3.0",
"mobx-persist-store": "^0.5.30",
"mobx-react-lite": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.17.5",
"react-scripts": "4.0.3",
"react-tooltip": "^4.2.19",
"tailwindcss-classnames": "^2.1.2",
"unfetch": "^4.2.0"
},
"scripts": {
"start": "BROWSER=none craco start",
"build": "NODE_ENV=production BUILD_PATH='./docs' craco build",
"generate-css-types": "tailwindcss-classnames -o src/classnames/tailwind.ts",
"prestart": "yarn generate-css-types",
"prebuild": "yarn generate-css-types"
},
"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": {
"@tailwindcss/postcss7-compat": "^2.0.4",
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.1.2"
}
}