-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
46
47
48
{
"name": "bootsarc",
"version": "1.0.0",
"description": "Modern Bootstrap 5 Admin Template",
"author": "viandwi24",
"license": "MIT",
"repository": "https://github.com/viandwi24/bootsarc",
"scripts": {
"start": "node src/demo.js",
"dev": "gulp autoreload",
"build": "yarn gulp build",
"css:lint": "gulp css:lint",
"js:lint": "eslint --ext \".js\" .",
"lint": "yarn css:lint && yarn js:lint"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"eslint": "^8.1.0",
"eslint-loader": "^4.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-data": "^1.3.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-scss": "^4.0.0",
"webpack": "^5.61.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3",
"express": "^4.17.1",
"gulp-beautify": "^3.0.0",
"js-beautify": "^1.14.0",
"nodemon": "^2.0.15"
}
}