-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 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
{
"scripts": {
"start": "gulp start",
"compile": "gulp compile",
"prod": "gulp prod"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/robbsnor/dough.git"
},
"devDependencies": {
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-mustache": "^4.1.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"ts-loader": "^8.2.0",
"typescript": "^4.5.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@supabase/supabase-js": "^1.29.3",
"bootstrap": "^5.0.2"
}
}