-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
163 lines (163 loc) · 5.52 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "pri",
"version": "4.3.7",
"types": "src/node/index.ts",
"main": "built/node/index.js",
"scripts": {
"start": "tsc -w",
"create-client-declaration": "tsc --lib dom,es5,es6,scripthost --declaration src/client/index --declarationDir declare/client --skipLibCheck --outDir declare/client && find declare/client -type f -name \"*.js\" -delete",
"build": "rm -rf built && rm -rf .cache && tsc && npm run create-client-declaration",
"prepublishOnly": "npm run build && npm run changelog",
"lint": "eslint --fix './src/**/*.?(ts|tsx)' && prettier --list-different --write './src/**'",
"generateDocument": "typedoc --out ./document --mode file --ignoreCompilerErrors ./src/node/index.ts",
"publishBeta": "npm publish --tag=beta",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run lint"
}
},
"bin": {
"pri": "built/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prijs/pri.git"
},
"dependencies": {
"@babel/core": "7.7.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-proposal-export-namespace-from": "7.7.4",
"@babel/plugin-proposal-function-sent": "7.7.4",
"@babel/plugin-proposal-json-strings": "7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "7.7.4",
"@babel/plugin-proposal-optional-catch-binding": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-throw-expressions": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-syntax-import-meta": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.5",
"@babel/preset-env": "7.7.5",
"@babel/preset-react": "7.7.4",
"@babel/preset-typescript": "7.12.7",
"@babel/runtime": "7.7.5",
"@commitlint/cli": "^8.2.0",
"@commitlint/lint": "^8.2.0",
"@hot-loader/react-dom": "16.11.0",
"@koa/cors": "3.0.0",
"@material-ui/core": "4.7.1",
"@mdx-js/loader": "1.5.1",
"@types/enzyme": "^3.10.5",
"@types/eslint": "^6.1.3",
"@types/fs-extra": "8.0.1",
"@types/gulp-less": "^0.0.31",
"@types/highlight.js": "9.12.3",
"@types/jest": "24.0.23",
"@types/koa": "2.11.0",
"@types/koa-route": "3.2.4",
"@types/lodash": "4.14.149",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "5.1.3",
"@types/rimraf": "2.0.3",
"@types/semver": "6.2.0",
"@types/socket.io": "2.1.4",
"@types/socket.io-client": "1.4.32",
"@types/speed-measure-webpack-plugin": "1.3.0",
"@types/update-notifier": "2.5.0",
"@types/webpack": "4.41.0",
"@types/webpack-dev-server": "3.9.0",
"@types/webpack-serve": "2.0.1",
"@types/yargs": "13.0.3",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "25.1.0",
"babel-loader": "8.0.6",
"babel-plugin-react-css-modules": "5.2.6",
"chokidar": "3.3.0",
"circular-dependency-plugin": "5.2.0",
"codecov": "3.6.1",
"colors": "1.4.0",
"conventional-changelog-cli": "^2.0.28",
"cors": "2.8.5",
"css-loader": "3.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "7.18.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-webpack": "0.12.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "5.0.2",
"fork-ts-checker-webpack-plugin": "6.2.0",
"fs-extra": "8.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat-css": "^3.1.0",
"gulp-dart-sass": "1.0.2",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-css-comments": "^2.0.0",
"gulp-watch": "^5.0.1",
"highlight.js": "9.16.2",
"html-webpack-plugin": "3.2.0",
"husky": "4.2.1",
"inquirer": "7.0.0",
"isomorphic-fetch": "2.2.1",
"jest": "25.1.0",
"koa": "2.11.0",
"koa-compress": "3.0.0",
"koa-connect": "2.0.1",
"koa-mount": "4.0.0",
"koa-route": "3.2.0",
"koa-static": "5.0.0",
"lodash": "^4.17.15",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "0.9.0",
"node-forge": "0.9.1",
"normalize-path": "3.0.0",
"open": "7.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "4.0.3",
"portfinder": "1.0.25",
"postcss-less": "3.1.4",
"postcss-scss": "2.0.0",
"prettier": "2.2.1",
"raw-loader": "4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "4.12.19",
"react-router-dom": "5.1.2",
"rimraf": "3.0.0",
"sass": "1.22.10",
"sass-loader": "7.2.0",
"semver": "6.3.0",
"signale": "1.4.0",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"speed-measure-webpack-plugin": "1.3.3",
"style-loader": "1.1.3",
"typescript": "4.2.3",
"update-notifier": "3.0.1",
"url-join": "4.0.1",
"url-loader": "3.0.0",
"walk": "2.3.14",
"webpack": "4.41.5",
"webpack-bundle-analyzer": "3.6.0",
"webpack-dev-server": "3.10.3",
"webpack-node-externals": "1.7.2",
"webpack-sources": "1.4.3",
"webpackbar": "4.0.0",
"worker-loader": "2.0.0",
"yargs": "15.0.2"
}
}