-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.21 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
{
"private": true,
"name": "confrontjs.com",
"description": "Front-end conference 2018 in Warsaw",
"version": "1.0.41",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "piecioshka@gmail.com",
"url": "https://piecioshka.pl/"
},
"scripts": {
"clear": "rm -rf .next",
"clear:all": "rm -rf node_modules && npm run clear",
"predeploy": "npm version patch && git push && git push --tags",
"deploy": "git push -f heroku master",
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "next build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.1.3",
"capitalize": "^2.0.0",
"classnames": "^2.2.6",
"countdown": "^2.6.0",
"next": "^7.0.2",
"node-sass": "^4.9.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-siema": "^1.0.1",
"slug": "^0.9.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:piecioshka/2018.confrontjs.com.git"
}
}