forked from alfa-laboratory/arui-scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
143 lines (143 loc) · 4.83 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
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
137
138
139
140
141
142
143
{
"name": "arui-scripts",
"version": "9.5.0",
"main": "index.js",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/alfa-laboratory/arui-scripts.git"
},
"bin": {
"arui-scripts": "./bin/index.js"
},
"dependencies": {
"@alfalab/postcss-custom-properties": "^9.1.2",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-proto-to-assign": "^7.10.4",
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/plugin-transform-react-inline-elements": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@hot-loader/react-dom": "^16.13.0",
"assets-webpack-plugin": "^5.0.3",
"autoprefixer": "^9.8.6",
"babel-core": "^7.0.0-beta.41",
"babel-jest": "23.6.0",
"babel-loader": "^8.0.0-beta.6",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^3.0.0-beta.2",
"compression-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "4.3.0",
"css-minimizer-webpack-plugin": "^1.1.4",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.2.0",
"enzyme-to-json": "^3.0.0-beta6",
"expose-loader": "^1.0.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "5.0.14",
"fs-extra": "^9.0.1",
"jest": "23.6.0",
"jest-snapshot-serializer-class-name-to-string": "1.0.0",
"lodash.merge": "4.6.2",
"mini-css-extract-plugin": "0.11.0",
"null-loader": "^4.0.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-calc": "^7.0.3",
"postcss-color-function": "^4.1.0",
"postcss-custom-media": "^7.0.8",
"postcss-discard-comments": "^4.0.0-rc.2",
"postcss-color-mod-function": "^3.0.3",
"postcss-each": "^0.10.0",
"postcss-for": "^2.1.1",
"postcss-import": "12.0.1",
"postcss-inherit": "^4.1.0",
"postcss-loader": "3.0.0",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.3",
"postcss-omit-import-tilde": "^1.0.1",
"postcss-strip-units": "^2.0.1",
"postcss-url": "^9.0.0",
"react-dev-utils": "^11.0.0-next.77",
"react-hot-loader": "4.12.21",
"reload-server-webpack-plugin": "1.0.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"start-server-webpack-plugin": "^3.0.0-rc3",
"style-loader": "^1.2.1",
"tar": "^5.0.1",
"ts-jest": "^26.1.4-alpha.0",
"ts-loader": "^8.0.2",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"url-loader": "1.1.2",
"webpack": "5.0.0-rc.1",
"webpack-cli": "3.3.12",
"webpack-dev-middleware": "4.0.0-rc.3",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "2.25.0",
"webpack-hot-server-middleware": "0.6.1",
"webpack-manifest-plugin": "^3.0.0-rc.0",
"webpack-merge": "4.2.2",
"webpack-node-externals": "^2.5.1"
},
"optionalDependencies": {
"brotli-size": "^4.0.0"
},
"engines": {
"node": ">=8.9.1"
},
"scripts": {
"_changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release-patch": "npm version patch -m 'chore(*): patch version'",
"release-minor": "npm version minor -m 'chore(*): minor version'",
"release-major": "npm version major -m 'chore(*): major version'",
"version": "git fetch --tags && npm run _changelog && git add CHANGELOG.md",
"postversion": "git push origin master && git push --tags && npm publish",
"test:build": "cd __tests__ && yarn && yarn run build",
"test:start": "cd __tests__ && yarn && yarn run start",
"test:test": "cd __tests__ && yarn && yarn run test",
"test:bundle-analyze": "cd __tests__ && yarn && yarn run bundle-analyze",
"test": "yarn run test:build && yarn run test:test"
},
"devDependencies": {
"@types/node": "^8.9.1",
"arui-presets-lint": "^2.0.0",
"conventional-changelog-cli": "1.3.16",
"husky": "^3.1.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"typescript": "3.7.5"
},
"husky": {
"hooks": {
"pre-commit": "npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"./node_modules/arui-presets-lint/commitlint"
]
},
"peerDependencies": {
"typescript": ">=3.7.3"
},
"author": "Good guys from Alfa Laboratory",
"maintainers": [
{
"email": "[email protected]",
"name": "Alexander Kitov"
}
]
}