-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.01 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "urchin",
"author": "Jeffrey Brown",
"version": "v0.0.1-alpha",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/hieronymous-bean/urchin.git"
},
"dependencies": {
"bootstrap": "^4.5.3",
"bootstrap-datepicker": "^1.9.0",
"clipboard": "^2.0.6",
"compass-mixins": "^0.12.10",
"feather-icons": "^4.28.0",
"jquery": "^3.5.1",
"prismjs": "^1.22.0",
"pug": "^3.0.0"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-pug-inheritance": "^0.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"vinyl": "^2.2.1"
},
"scripts": {
"ng": "ng",
"setup": "npm install && npm run build",
"build": "gulp mainBuild"
}
}