-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
45
{
"name": "finance-assistance",
"private": true,
"type": "module",
"scripts": {
"build": "gulp build",
"start": "gulp",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"gh-pages": "^3.2.3",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"webpack": "^5.51.1",
"webpack-stream": "^6.1.2"
},
"browserslist": [
"last 2 versions",
"not dead",
"not ie <= 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kilokid/finance-assistance.git"
},
"bugs": {
"url": "https://github.com/kilokid/finance-assistance/issues"
},
"homepage": "https://github.com/kilokid/finance-assistance#readme"
}