forked from montoulieu/link-ent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 840 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
{
"name": "link-ent",
"version": "2.2",
"description": "A free Linktree alternative built with React 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": "Long Shong",
"license": "MIT",
"bugs": {
"url": "https://github.com/montoulieu/link-ent/issues"
},
"homepage": "https://github.com/montoulieu/link-ent#readme",
"dependencies": {
"next": "^10.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-ga": "^3.2.1"
},
"devDependencies": {
"autoprefixer": "9.7.6",
"tailwindcss": "^1.9.6"
}
}