-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.61 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"name": "suaghehcm",
"description": "Design layout for website",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"acorn": "^8.7.1",
"acorn-import-assertions": "^1.8.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"browserslist": "^4.21.1",
"buffer-from": "^1.1.2",
"caniuse-lite": "^1.0.30001361",
"chrome-trace-event": "^1.0.3",
"commander": "^2.20.3",
"electron-to-chromium": "^1.4.176",
"enhanced-resolve": "^5.10.0",
"es-module-lexer": "^0.9.3",
"escalade": "^3.1.1",
"eslint-scope": "^5.1.1",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.10",
"gulp-minify": "^3.0.0",
"gulp-sass": "^5.1.0",
"has-flag": "^4.0.0",
"jest-worker": "^27.5.1",
"json-parse-even-better-errors": "^2.3.1",
"json-schema-traverse": "^0.4.1",
"loader-runner": "^4.3.0",
"merge-stream": "^2.0.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"neo-async": "^2.6.2",
"node-releases": "^2.0.5",
"node-sass": "^9.0.0",
"picocolors": "^1.0.0",
"punycode": "^2.1.1",
"randombytes": "^2.1.0",
"safe-buffer": "^5.2.1",
"sass": "^1.65.1",
"schema-utils": "^3.1.1",
"serialize-javascript": "^6.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"supports-color": "^8.1.1",
"tapable": "^2.2.1",
"terser": "^5.14.1",
"terser-webpack-plugin": "^5.3.3",
"update-browserslist-db": "^1.0.4",
"uri-js": "^4.4.1",
"watchpack": "^2.4.0",
"webpack-sources": "^3.2.3"
},
"scripts": {
"test": "test",
"scss": "sass --watch ./src/assets/scss/index.scss ./src/dist/css/index.css",
"scssbuild": "sass --watch ./src/assets/scss/index.scss ./src/dist/css/index.min.css --style compressed",
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vihan85/suaghehcm.git"
},
"author": "vihan",
"license": "ISC",
"bugs": {
"url": "https://github.com/vihan85/suaghehcm/issues"
},
"homepage": "https://github.com/vihan85/suaghehcm#readme"
}