-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "lakiernia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"bootstrap": "^4.4.1",
"flickity": "^2.2.1",
"framer-motion": "^1.10.2",
"next": "9.1.4",
"pure-react-carousel": "^1.27.0",
"react": "16.12.0",
"react-bootstrap": "^1.0.0",
"react-dom": "16.12.0",
"react-flickity-component": "^3.5.0",
"react-icons": "^3.9.0",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"autoprefixer": "^9.7.6",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.2.0"
},
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bm64/MKTSerwis-Centrum-Blacharsko-Lakiernicze.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bm64/MKTSerwis-Centrum-Blacharsko-Lakiernicze/issues"
},
"homepage": "https://github.com/bm64/MKTSerwis-Centrum-Blacharsko-Lakiernicze#readme",
"description": ""
}