-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.97 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
{
"name": "react-intl-optimizer",
"version": "0.2.2",
"description": "Hassle-free react-intl messages optimization",
"keywords": [
"react",
"react-intl",
"minifier",
"intl"
],
"homepage": "https://github.com/P0lip/react-intl-optimizer/",
"bugs": {
"url": "https://github.com/P0lip/react-intl-optimizer/issues"
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"author": "P0lip",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/P0lip/react-intl-optimizer.git"
},
"scripts": {
"build": "NODE_ENV=production rollup -c",
"lint": "eslint --cache --cache-location .cache/ src/ tests/",
"webpack": "webpack-cli",
"test": "NODE_ENV=test mocha --opts mocha.opts ./src/**/*.test.js ./tests/**/*.test.js",
"test:coverage": "nyc yarn test",
"prepublish": "yarn lint && yarn test && yarn build",
"postpublish": "rm client.js client.js.map"
},
"dependencies": {
"@babel/core": "7.1.2",
"@sindresorhus/fnv1a": "1.0.0",
"webpack-sources": "1.3.0"
},
"devDependencies": {
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/register": "7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"babel-plugin-istanbul": "5.1.0",
"babel-plugin-tester": "5.5.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-chai-friendly": "0.4.1",
"eslint-plugin-import": "^2.11.0",
"esm": "3.0.84",
"html-webpack-plugin": "3.2.0",
"husky": "1.1.2",
"mocha": "5.2.0",
"nyc": "13.1.0",
"prop-types": "15.6.2",
"proxyquire": "2.1.0",
"randomstring": "1.1.5",
"react-intl": "2.7.2",
"rollup": "^0.66.4",
"rollup-plugin-babel": "4.0.3",
"sinon": "7.1.1",
"sinon-chai": "3.2.0",
"uglifyjs-webpack-plugin": "2.0.1",
"webpack": "4.21.0",
"webpack-cli": "3.1.2"
}
}