-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
{
"name": "b-creative",
"version": "2.0.0",
"private": true,
"description": "BORNFIGHT STUDIO® project template based on webpack, es6 and scss",
"repository": {
"type": "git",
"url": ""
},
"license": "(MIT OR Apache-2.0)",
"author": {
"name": "BORNFIGHT STUDIO®",
"email": "[email protected]",
"url": "https://www.bornfight.studio"
},
"scripts": {
"build": "prettier --write 'static/**/*.{scss,js}' && webpack --mode=production",
"dev": "webpack --mode development --watch",
"format": "prettier --write 'static/**/*.{scss,js}'",
"lint:scss": "stylelint 'static/**/*.scss'",
"prepare": "cd .. && cd .. && husky install"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@bornfight/b-accordion": "^1.0.15",
"@bornfight/b-reset": "^1.0.8",
"@bornfight/b-scroll-lock": "^1.0.7",
"fontfaceobserver-es": "^3.3.3",
"gsap": "^3.12.5",
"instant.page": "^5.2.0",
"slim-select": "^2.8.2",
"swiper": "^11.1.4",
"vanilla-lazyload": "^19.1.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@namics/stylelint-bem": "^10.0.0",
"ajv": "^8.16.0",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"css-loader": "^7.1.2",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.4.0",
"husky": "^9.0.11",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"sass": "^1.77.5",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.3.1",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"engines": {
"node": "20.x",
"npm": "10.x"
}
}