-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "@bornfight/b-reset",
"version": "1.0.9",
"description": "CSS reset used by Bornfight Studio frontend team",
"keywords": [
"css",
"scss",
"reset",
"bornfight",
"bornfight studio"
],
"homepage": "https://github.com/bornfight-studio/b-reset#readme",
"bugs": {
"url": "https://github.com/bornfight-studio/b-reset/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bornfight-studio/b-reset.git"
},
"license": "ISC",
"author": {
"name": "BORNFIGHT STUDIO®",
"email": "hello@bornfight.studio",
"url": "https://www.bornfight.studio"
},
"main": "src/b-reset.scss",
"scripts": {
"build": "prettier --write 'src/**/*.{scss,js}' && webpack --mode=production",
"format": "prettier --write 'src/**/*.{scss,js}'"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-fix-style-only-entries": "^0.6.1"
},
"engines": {
"node": "20.x",
"npm": "10.x"
}
}