-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"private": true,
"workspaces": ["packages/*"],
"version": "15.2.8",
"name": "olymp-webpack",
"description": "",
"scripts": {
"up": "yarn upgrade-interactive --latest",
"init": "lerna init --independent",
"watch": "olymp-lerna watch",
"lp": "lerna publish --registry=https://registry.npmjs.org/",
"lpf":
"lerna publish --registry=https://registry.npmjs.org/ --force-publish",
"lc": "lerna exec --concurrency 1 -- del 'package-lock.json' 'node_modules'"
},
"engines": {},
"repository": {
"type": "git",
"url": "https://github.com/olymp/olymp-webpack.git"
},
"keywords": ["react", "universal", "javascript", "express", "webpack"],
"author": "Benjamin Kniffler <bkniffler@me.com>",
"contributors": [
"Benjamin Kniffler <bkniffler@me.com>",
"Philipp Achenbach <olymp@philipp-achenbach.de>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/olymp/olymp-webpack/issues"
},
"homepage": "https://github.com/olymp/olymp-webpack#readme",
"dependencies": {
"webpack-bundle-analyzer": "^2.10.0"
},
"devDependencies": {
"lerna": "^2.9.0"
}
}