-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 902 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": "ngotes",
"version": "1.0.0",
"description": "MongoDB Notes",
"scripts": {
"clean": "rimraf dist",
"start": "npm run clean && netlify dev",
"build": "npm run clean && netlify build",
"parcel:serve": "parcel src/index.html",
"parcel:build": "parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daflh/ngotes.git"
},
"keywords": [],
"author": "Dafiul Haq",
"license": "MIT",
"homepage": "https://github.com/daflh/ngotes#readme",
"dependencies": {
"alpinejs": "^2.7.2",
"autosize": "^4.0.2",
"gotrue-js": "^0.9.27",
"mongodb": "^3.6.2",
"tailwindcss": "^1.8.10"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"netlify-cli": "^2.64.1",
"parcel-bundler": "^1.12.4",
"rimraf": "^3.0.2"
}
}