-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "@sampittko-solutions/podmesipomahat.sk",
"version": "1.3.0",
"private": true,
"dependencies": {
"d3-geo": "^1.12.0",
"react": "^16.13.0",
"react-cookie-consent": "^3.0.0",
"react-countup": "^4.3.3",
"react-dom": "^16.13.0",
"react-ga": "^2.7.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "3.4.0",
"react-update-url-on-scroll": "^3.5.0",
"react-visibility-sensor": "^5.1.1",
"topojson-client": "^3.1.0"
},
"scripts": {
"start": "npm run watch:css && react-scripts start",
"build": "npm run build:css && react-scripts build",
"postbuild": "rimraf build/**/*.map",
"build:css": "postcss src/assets/css/tailwind.css -o src/assets/css/main.css",
"watch:css": "postcss src/assets/css/tailwind.css -o src/assets/css/main.css"
},
"eslintConfig": {
"extends": "@sampittko-solutions/podmesipomahat.sk"
},
"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": "^9.7.4",
"postcss-cli": "^7.1.0",
"tailwindcss": "^1.2.0"
}
}