-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 832 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
33
34
35
36
{
"name": "minimalio",
"version": "1.0.0",
"description": "Minimal looking interactive portfolio",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"portfolio"
],
"author": "Rajitha Kumara",
"license": "ISC",
"dependencies": {
"animejs": "^3.2.1",
"locomotive-scroll": "^4.1.4",
"next": "^12.1.5",
"nodemailer": "^6.7.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-p5-wrapper": "^3.3.0",
"react-tsparticles": "^2.0.6",
"swr": "^1.3.0",
"tsparticles": "^2.0.6"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.5.0",
"tailwindcss": "^3.0.24"
}
}