-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.02 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "thiagosauddev.github.io",
"version": "1.6.7-rc",
"license": "MIT",
"main": "./src/index.js",
"description": "Turning ideas into reality, High-performance solutions, Take your business to the next level!",
"author": {
"name": "THIAGO SAUD",
"url": "https://thiagosauddev.github.io"
},
"keywords": [
"thiago saud",
"thiago saud developer",
"frontend",
"frontend developer",
"frontend web development",
"blockchain developer",
"angular developer",
"reactjs developer",
"vuejs developer",
"angular",
"reactjs",
"vuejs",
"ux/ui design",
"blockchain",
"smart contracts"
],
"scripts": {
"build": "webpack build --mode production",
"watch": "webpack --watch",
"commit": "git-cz",
"start": "webpack serve",
"lint": "eslint \"**/**.js\" --max-warnings 0",
"lint:commit": "commitlint --edit",
"lint:branch": "branch-name-lint .branchnamelintrc.json",
"lint:scss": "stylelint \"src/scss/**/*.scss\"",
"webhint": "hint -c .hintrc http://localhost:3000",
"prettier": "prettier \"**/*\" --check",
"prepare": "husky install"
},
"dependencies": {
"bootstrap": "5.3.0-alpha3",
"bootstrap-icons": "^1.10.3",
"particles.js": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@commitlint/config-conventional": "^17.6.3",
"@webpack-cli/generators": "^3.0.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"branch-name-lint": "^2.1.1",
"browserslist": "^4.22.2",
"commitlint": "^17.6.3",
"copy-webpack-plugin": "^11.0.0",
"csp-html-webpack-plugin": "^5.1.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-stylelint": "^18.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"favicons": "^7.1.2",
"favicons-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"git-cz": "^4.9.0",
"glob": "^10.3.10",
"hint": "^7.1.10",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"image-minimizer-webpack-plugin": "^3.8.1",
"lightningcss": "^1.22.1",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.31",
"postcss-loader": "^7.0.2",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.8",
"purgecss-webpack-plugin": "^5.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"sharp": "^0.32.6",
"style-loader": "^3.3.1",
"stylelint": "^15.6.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^3.0.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.11.1",
"yamljs": "^0.3.0"
}
}