This repository was archived by the owner on Mar 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 KB
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
{
"name": "tangle-ee",
"version": "0.1.1",
"description": "Tangle.ee website",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build && next export -o dist",
"now-build": "next build && next export -o dist",
"netlify-export": "next build && next export -o dist",
"lint": "eslint . --ext .jsx --ext .js"
},
"author": "IOTA Foundation <[email protected]>",
"license": "EPL-2.0",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"lottie-web": "^5.6.0",
"next": "^9.1.7",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-fastclick": "^3.0.2",
"react-id-swiper": "^2.4.0",
"react-lottie": "^1.2.3",
"react-modal": "^3.11.1",
"react-rellax": "^1.0.3",
"react-reveal": "^1.2.2",
"react-slick": "^0.25.2",
"react-visibility-sensor": "^5.1.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.0",
"swiper": "^5.3.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0"
}
}