-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 3.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
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
{
"email": "ipoetdev-github-no-reply@outlook.com",
"url": "https://github.com/ipoetdev",
"private": true,
"scripts": {
"live": "ws -a 127.0.0.1 -p 80000 -open -d / ",
"serve": "live-server --port=8001 --open=/ --host=127.0.0.1 --entry-file=index.html",
"game": "live-server --port=8001 --open=/ --host=127.0.0.1 --entry-file=game.html",
"tw:css": "tailwindcss.cmd -i ./src/assets/css/tailwind-src.css -o ./src/assets/css/tw-style.css --watch",
"postcss": "postcss -i ./src/assets/css/tailwind-src.css -o ./src/assets/css/tw-style.css",
"test": "jest",
"api": "jsdoc2md lib/*.js > api.md",
"uuvtest-chrome": "uuv e2e --browser=chrome --generateHtmlReport",
"uuvtest-firefox": "uuv e2e --browser=firefox --generateHtmlReport",
"uuvtest-edge": "uuv e2e --browser=edge --generateHtmlReport",
"uuvtest-electron": "uuv e2e --browser=electrion --generateHtmlReport",
"build": "webpack --mode=production"
},
"dependencies": {
"alpinejs": "^3.13.3",
"chokidar": "^3.5.3",
"eslint-plugin-vue": "^9.19.2",
"glob-parent": "^6.0.2",
"htmx.org": "^1.9.9",
"tailwindcss-owl": "^2.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@cucumber/cucumber": "^10.0.1",
"@cucumber/gherkin": "^27.0.0",
"@playwright/test": "^1.40.1",
"@types/node": "^20.10.4",
"@uuv/assistant": "^1.15.0",
"@uuv/cypress": "^1.16.0",
"@uuv/playwright": "^1.15.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"browserslist": "^4.22.2",
"cucumber-js-pro": "^1.0.0",
"cypress": "^13.6.1",
"editorconfig": "^2.0.0",
"eslint": "^8.55.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-security": "^1.7.1",
"eslint-scope": "^7.2.2",
"eslint-utils": "^3.0.0",
"htmlhint": "^1.1.4",
"jasmine-core": "^5.1.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-mocha": "^2.0.1",
"karma-webdriver-launcher": "^1.0.8",
"live-server": "^1.2.2",
"local-web-server": "^2.2.4",
"mocha": "^10.2.0",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-django-alpine": "^1.2.6",
"prettier-plugin-tailwindcss": "^0.5.9",
"selenium-webdriver": "^4.16.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-csstree-validator": "^3.0.0",
"tailwindcss": "^3.4.1",
"vue": "^3.3.11",
"w3c-html-validator": "^1.6.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
">0.3%, defaults and supports es6-module",
"maintained node versions"
]
}