-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.9 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": "i18next-wc",
"version": "1.1.2",
"description": "web-components for i18next",
"keywords": [
"web-component",
"i18n",
"i18next"
],
"homepage": "https://github.com/spurreiter/i18next-wc#readme",
"bugs": {
"url": "https://github.com/spurreiter/i18next-wc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spurreiter/i18next-wc.git"
},
"license": "MIT",
"author": "spurreiter",
"main": "dist/index.js",
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"src",
"dist"
],
"scripts": {
"all": "npm-run-all clean build test",
"build": "webpack --mode production",
"clean": "rimraf dist",
"dev": "npm-run-all -p dev:ls dev:webpack",
"dev:ls": "live-server",
"dev:wct": "npm run test:wct -- -p",
"dev:webpack": "webpack --mode development -w",
"prepublishOnly": "npm-run-all clean build",
"readme": "markedpp -i README.md -o README.md",
"start": "webpack-dev-server --mode development",
"test": "npm-run-all test:mocha",
"test:mocha": "mocha test/*.test.ts",
"test:wct": "wct --npm",
"test:stencil": "cd test/stencil; npm run all"
},
"mocha": {
"checkLeaks": true,
"recursive": true,
"require": "ts-node/register"
},
"dependencies": {},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.2",
"apprun": "3.31.0",
"chai": "^4.3.10",
"i18next": "^23.7.6",
"i18next-icu": "^2.3.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"sinon": "^17.0.1",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"ignoredDevDependencies": {
"wct-browser-legacy": "^1.0.2",
"web-component-tester": "^6.9.2"
}
}