-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.88 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
{
"name": "wordbreaker-russian",
"version": "1.1.0",
"description": "Расстановщик мягких переносов для русского языка",
"main": "src/wordbreaker-russian",
"scripts": {
"start": "webpack",
"build:demo": "cross-env PROD_ENV=1 webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ohar/wordbreaker-russian.git"
},
"keywords": [
"russian",
"grammar",
"word",
"words",
"break",
"hyphen"
],
"author": "Pavel Lysenko aka Ohar <code@ohar.name>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ohar/wordbreaker-russian/issues"
},
"homepage": "https://ohar.github.io/wordbreaker-russian/",
"devDependencies": {
"@types/jest": "^23.3.12",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"ejs-webpack-loader": "^2.2.2",
"eslint": "^5.12.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-standard": "^4.0.0",
"esm": "^3.1.0",
"extract-loader": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"jest": "^23.6.0",
"jquery": "^3.2.1",
"less": "^3.9.0",
"less-loader": "^4.0.5",
"lodash": "^4.17.11",
"postcss-loader": "^2.0.6",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.12.0"
},
"engines": {
"node": ">=7.6.0"
}
}