-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 984 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ec-ui",
"version": "0.0.0",
"description": "UI for a psychotherapist website",
"repository": {
"type": "git",
"url": "git+https://github.com/l-walaszczyk/ec-ui.git"
},
"author": "l.walaszczyk@interia.pl",
"license": "ISC",
"main": "index.js",
"dependencies": {
"formik": "^2.1.5",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"next": "9.3.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",
"react-transition-group": "^4.4.1",
"sass": "^1.26.10",
"smoothscroll-polyfill": "^0.4.4",
"yup": "^0.29.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browserslist": {
"production": [
">0.2%",
"ie 11",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 opera version",
"last 1 edge version",
"last 1 ie version"
]
},
"devDependencies": {
"moment-timezone-data-webpack-plugin": "^1.3.0"
}
}