-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
34 lines (34 loc) · 894 Bytes
/
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
{
"name": "link-ent",
"version": "3.0.0",
"description": "A free Linktree alternative built with Next and Tailwind.",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "npm run build && next export",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/montoulieu/link-ent.git"
},
"author": "Pieter Montoulieu",
"license": "MIT",
"bugs": {
"url": "https://github.com/montoulieu/link-ent/issues"
},
"homepage": "https://github.com/montoulieu/link-ent#readme",
"dependencies": {
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"tailwind-styled-components": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"tailwindcss": "^3.3.1"
}
}