-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 988 Bytes
/
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
{
"repository": "[email protected]:seyfeddin/kanvastt-web.git",
"license": "MIT",
"name": "kanvastt-gatsby",
"description": "Kanvas Tasarım Topluluğu Web Sitesi",
"version": "0.1.5",
"author": "Adem Ilter, Seyfeddin Başsaraç",
"scripts": {
"dev": "next",
"build": "cross-env NEXT_EXPORT=true next build",
"export": "yarn run build && cross-env NEXT_EXPORT=true next export",
"start": "yarn run export && serve out"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"date-fns": "^2.9.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.1.7",
"next-offline": "^4.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-mailchimp-subscribe": "^2.1.0",
"serve": "^11.3.0"
},
"devDependencies": {
"autoprefixer": "^9.7.3",
"cross-env": "^6.0.3",
"postcss-custom-media": "^7.0.8",
"postcss-each": "^0.10.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"prettier": "^1.19.1"
}
}