-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·83 lines (83 loc) · 2.86 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
{
"name": "threejs-playground",
"version": "2.0.0",
"private": true,
"description": "Bornfight frontend project template based on webpack, es6 and scss",
"repository": {
"type": "git",
"url": ""
},
"author": "Bornfight FE team",
"scripts": {
"build": "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": [
"> 0.5%",
"last 2 versions"
],
"dependencies": {
"@splinetool/runtime": "^0.9.425",
"gsap": "file:static/js/vendors/gsap-bonus.tgz",
"is_js": "^0.9.0",
"three": "^0.158.0",
"vanilla-lazyload": "^17.8.3"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@bornfight/b-accordion": "^1.0.13",
"@bornfight/b-reset": "^1.0.8",
"@bornfight/b-scroll-lock": "^1.0.7",
"@namics/stylelint-bem": "^8.1.0",
"@types/webgi": "https://dist.pixotronics.com/webgi/runtime/bundle-types-0.8.7.tgz",
"babel-loader": "^9.1.2",
"babelify": "^10.0.0",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.3.0",
"browserify": "^17.0.0",
"browserify-strip-code": "^1.0.3",
"css-loader": "^6.7.3",
"del": "^6.1.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"esm": "^3.2.25",
"husky": "^8.0.3",
"mini-css-extract-plugin": "^2.7.5",
"poly-fluid-sizing": "github:bornfight/poly-fluid-sizing",
"postcss": "^8.4.19",
"prettier": "^2.8.7",
"raw-loader": "^4.0.2",
"sass": "^1.60.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^4.6.0",
"terser-webpack-plugin": "^5.3.9",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"webpack": "^5.76.1",
"webgi": "https://dist.pixotronics.com/webgi/runtime/bundle-0.8.7.tgz",
"webpack-cli": "^5.0.1",
"webpack-remove-empty-scripts": "^1.0.1"
},
"engines": {
"node": "16.x",
"npm": "8.x"
},
"email": "[email protected]"
}