-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "sc-links",
"version": "0.0.1",
"description": "Link Manager of Simplified Coding",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"build": "npm run build:css",
"build:css": "npx postcss src/public/styles/tailwind.css -o src/public/styles/built.css",
"build:start": "npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplified-coding/sc-links.git"
},
"keywords": [
"links"
],
"author": "Marios Mitsios",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/simplified-coding/sc-links/issues"
},
"homepage": "https://github.com/simplified-coding/sc-links#readme",
"dependencies": {
"airtable": "^0.12.2",
"autoprefixer": "^10.4.15",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.21.2",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.3.3"
},
"type": "module",
"devDependencies": {
"@flydotio/dockerfile": "^0.4.7"
}
}