forked from ludwigfrank/hidden-perspectives-microsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "hidden-perspectives-microsite",
"version": "1.0.0",
"scripts": {
"dev": "next",
"start": "next start -p $PORT",
"build": "next build",
"export": "next build && next export",
"lint": "eslint --fix ./src/**/*.js"
},
"dependencies": {
"@smooth-ui/core-sc": "^7.0.4",
"@types/react": "^16.8.0",
"@yarnpkg/pnpify": "^2.4.0",
"directus": "^9.13.0",
"jquery": "^3.5.1",
"next": "^9.5.5",
"next-optimized-images": "^2.6.2",
"nprogress": "^0.2.0",
"polished": "^4.0.5",
"preact": "^10.5.9",
"prop-types": "15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-is": "^16.13.1",
"react-scroll": "^1.8.1",
"react-slick": "^0.27.13",
"react-spring": "^8.0.27",
"reakit": "^1.3.4",
"resolve": "^1.19.0",
"slick-carousel": "^1.8.1",
"styled-components": "^4.4.1",
"styled-system": "^3.2.1",
"vimeo": "^2.1.1",
"webpack": "^4.0.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"engines": {
"yarn": "1.12.3"
},
"license": "ISC",
"packageManager": "[email protected]"
}