-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
{
"private": true,
"name": "tanya-portfolio",
"description": "Tanya Ermolaeva portfolio website",
"repository": "github:razdvapoka/tanya-portfolio",
"version": "0.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"upgrade-interactive": "npm-check --update"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"animejs": "github:razdvapoka/anime#master",
"defaults.css": "^1.2.0",
"emotion-theming": "^10.0.27",
"fontfaceobserver": "^2.1.0",
"hoist-non-react-statics": "^3.3.2",
"isomorphic-unfetch": "^3.0.0",
"keycode-js": "^3.1.0",
"next": "^9.4.4",
"pss": "^4.3.0",
"pss-components": "^4.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-inview": "^4.2.0",
"react-in-viewport": "0.0.38",
"react-lazyload": "^2.6.8",
"react-markdown": "^4.3.1",
"react-transition-group": "^4.4.1",
"recompose": "^0.30.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"babel-eslint": "^10.1.0",
"babel-plugin-inline-import": "^3.0.0",
"contentful": "^7.14.4",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-config-strelka": "^2.6.0",
"eslint-plugin-emotion": "^10.0.27",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-standard": "^4.0.1",
"eslint_d": "^9.0.0",
"npm-check": "^5.9.2"
}
}