forked from formatjs/formatjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.39 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.39 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "formatjs-repo",
"version": "1.0.0",
"private": true,
"description": "This repository is the home of FormatJS and related libraries.",
"repository": {
"type": "git",
"url": "https://github.com/formatjs/formatjs"
},
"scripts": {
"bazel:lint": "bazel run //:buildifier",
"build": "bazel build //...",
"deploy": "NO_UPDATE_NOTIFIER=1 DEPLOYMENT_BRANCH=main USE_SSH=true bazel run //website:deploy",
"docs": "NO_UPDATE_NOTIFIER=1 bazel run //website:serve",
"examples": "bazel run //packages/react-intl/examples",
"format": "npm run bazel:lint && bazel run :prettier_all",
"karma:ci": "bazel test :karma-ci",
"karma:local": "bazel test :karma",
"postinstall": "husky install && patch-package",
"prerelease": "lerna version --yes",
"release:next": "lerna version prerelease --yes && lerna exec --no-bail -- bazel run :publish --tag next",
"release": "lerna exec --no-bail -- bazel run :publish",
"test": "bazel test //..."
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-syntax-jsx": "7",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/traverse": "7",
"@babel/types": "^7.12.11",
"@bazel/bazelisk": "^1.5.0",
"@bazel/esbuild": "4.6.0",
"@bazel/ibazel": "^0.15.0",
"@bazel/typescript": "4.6.0",
"@commitlint/cli": "16",
"@commitlint/config-angular": "16",
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/plugin-google-analytics": "2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.14",
"@jest/transform": "27",
"@jest/types": "27",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@swc/core": "1.2.121",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^12.0.0",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "^7.10.0",
"@types/benchmark": "^2.1.0",
"@types/eslint": "8",
"@types/estree": "^0.0.50",
"@types/fs-extra": "^9.0.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^26.0.24",
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash": "^4.14.150",
"@types/minimist": "^1.2.1",
"@types/node": "14 || 16 || 17",
"@types/react": "16 || 17",
"@types/react-dom": "17",
"@types/rimraf": "^3.0.0",
"@types/serialize-javascript": "^5.0.0",
"@types/webpack": "5",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/typescript-estree": "^5.9.1",
"@unicode/unicode-13.0.0": "^1.0.6",
"@vue/compiler-core": "^3.2.23",
"@vue/test-utils": "2.0.0-beta.13",
"babel-loader": "^8.2.2",
"benchmark": "^2.1.4",
"chalk": "^4.0.0",
"chokidar": "^3.4.2",
"cjs-module-lexer": "^1.2.2",
"classnames": "^2.2.6",
"cldr-core": "40",
"cldr-dates-full": "40",
"cldr-localenames-full": "40",
"cldr-misc-full": "40",
"cldr-numbers-full": "40",
"cldr-units-full": "40",
"commander": "8",
"core-js": "^3.6.5",
"emoji-regex": "^10.0.0",
"eslint": "8",
"fast-glob": "^3.2.7",
"fs-extra": "10",
"hoist-non-react-statics": "^3.3.2",
"http-server": "^14.0.0",
"husky": "^7.0.0",
"jasmine-expect": "^5.0.0",
"jest": "27",
"json-stable-stringify": "^1.0.1",
"karma": "^6.0.4",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.0",
"karma-jasmine-matchers": "^4.0.2",
"karma-sauce-launcher": "4.3.6",
"lerna": "4",
"lodash": "^4.17.15",
"loud-rejection": "^2.2.0",
"make-plural-compiler": "^5.1.0",
"minimist": "^1.2.5",
"patch-package": "^6.2.2",
"prettier": "^2.0.5",
"react": "^16.3.0 || 17",
"react-dom": "^16.3.0",
"regenerate": "^1.4.2",
"rimraf": "^3.0.2",
"serialize-javascript": "^6.0.0",
"test262-harness": "^9.0.0",
"ts-jest": "27",
"ts-loader": "^9.1.2",
"ts-node": "10",
"tslib": "^2.1.0",
"typescript": "^4.5",
"unidiff": "^1.0.2",
"vue": "^3.2.23",
"vue-class-component": "^8.0.0-rc.1",
"vue-eslint-parser": "^7.3.0",
"vue-loader": "17",
"webpack": "5"
},
"devEngines": {
"node": ">= 10.x",
"npm": "6.x"
},
"resolutions": {
"**/chokidar": "^3.4.2",
"terser": "4.8.0"
},
"author": "Seth Bertalotto <sbertal@verizonmedia.com>"
}