-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
43
44
{
"name": "folio",
"version": "1.0.0",
"description": "Portfolio site",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"start": "gulp",
"serve": "gulp",
"build": "gulp scripts && gulp crass && npm run precache",
"build-scripts": "gulp scripts && npm run precache",
"test": "echo \"Error: no test specified\" && exit 1",
"precache": "sw-precache --verbose --config=sw-precache-config.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jac21/Folio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jac21/Folio/issues"
},
"homepage": "https://github.com/Jac21/Folio#readme",
"devDependencies": {
"browser-sync": "^3.0.3",
"connect-history-api-fallback": "^2.0.0",
"eslint": "^9.15.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-crass": "^0.2.2",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uncss": "^1.0.6",
"sw-precache": "^5.2.1"
},
"dependencies": {
"@uirouter/angularjs": "^1.1.1",
"angular": "^1.8.3",
"materialize-css": "^1.0.0"
}
}