generated from doinel1a/webpack-vanilla-js
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (69 loc) · 2.17 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
{
"private": true,
"author": {
"name": "Doinel Atanasiu",
"email": "doinel1atanasiu@gmail.com",
"url": "https://business-link.d1a.app"
},
"repository": {
"type": "git",
"url": "https://github.com/doinel1a/webpack-three-js"
},
"license": "MIT",
"scripts": {
"postinstall": "husky & playwright install",
"clean:dist": "npx rimraf dist",
"clean:report": "npx rimraf playwright-report",
"test:chrome": "npx playwright test --headed --project=chromium",
"test:firefox": "npx playwright test --headed --project=firefox",
"test:safari": "npx playwright test --headed --project=webkit",
"lint": "npx eslint --ext js ./src",
"lint:fix": "npx eslint --ext js ./src --fix",
"dev": "webpack-dev-server --open --node-env development",
"build": "webpack --node-env production",
"preview": "nodemon server.js"
},
"dependencies": {
"core-js": "^3.38.1",
"three": "^0.168.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@builder.io/partytown": "^0.10.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@playwright/test": "^1.47.2",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unicorn": "^55.0.0",
"express": "^4.21.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.6",
"mini-css-extract-plugin": "^2.9.1",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"raw-loader": "^4.0.2",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"tailwindcss": "^3.4.12",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}