-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 815 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 815 Bytes
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
{
"name": "dsckiet-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next dev",
"build": "next build",
"start": "next --openssl-legacy-provider start",
"export": "next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.6.0",
"cross-env": "^7.0.3",
"next": "^11.1.2",
"next-compose-plugins": "^2.2.1",
"next-offline": "^5.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-is": "^18.2.0",
"react-lottie": "^1.2.3",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.30.4",
"babel-plugin-styled-components": "^1.13.2"
}
}