This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.38 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
{
"name": "@polygloat/ui",
"version": "1.0.0-alpha.2",
"description": "Translation mode UI for @polygloat/core package",
"main": "dist/polygloat.umd.js",
"types": "lib/index.d.ts",
"declaration": true,
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "webpack --env.mode=production",
"test": "jest --config ./jest.config.js",
"develop": "webpack --env.mode=development --watch"
},
"author": "JanCizmar",
"license": "BSD-3-Clause",
"files": [
"lib/**/*",
"dist/**/*"
],
"peerDependencies": {
"@types/react": "^16.9.55",
"@polygloat/core": "^1.0.0-alpha.3"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@polygloat/core": "^1.0.0-alpha.5",
"@testing-library/dom": "^7.24.5",
"@testing-library/jest-dom": "^5.11.4",
"@types/jest": "^26.0.14",
"@types/node": "^13.13.25",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.1",
"babel-plugin-transform-typescript-metadata": "^0.2.2",
"clsx": "^1.1.1",
"css-loader": "^4.3.0",
"jest": "^26.5.2",
"jest-fetch-mock": "^3.0.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-multi-select-component": "^3.0.4",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.13.7",
"ts-jest": "^26.4.1",
"ts-loader": "^6.2.2",
"tslint": "~5.15.0",
"tsyringe": "^4.3.0",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polygloat/polygloat-js-core.git"
},
"keywords": [
"localization",
"languages",
"internationalization",
"framework",
"localize"
],
"bugs": {
"url": "https://github.com/polygloat/polygloat-js-core/issues"
},
"homepage": "https://github.com/polygloat/polygloat-js-core#readme"
}