annotate package.json @ 31:e54941d93356

mostly config fixes to try to make this pkg usable by others (not working yet)
author drewp@bigasterisk.com
date Tue, 17 Dec 2019 23:13:01 -0800
parents 45ed53428e74
children b82c05e22d9a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@localhost
parents:
diff changeset
1 {
drewp@localhost
parents:
diff changeset
2 "name": "streamed-graph",
31
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
3 "version": "0.2",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
4 "notinstalled": {
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
5 "@babel/preset-env": "^7.7.6",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
6 "@babel/preset-typescript": "^7.7.4",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
7 "@berry/pnpify": "^0.1.0",
0
drewp@localhost
parents:
diff changeset
8 "@types/eventsource": "^1.1.2",
drewp@localhost
parents:
diff changeset
9 "@types/node": "^12.12.14",
15
7ca4ff2088c3 managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents: 9
diff changeset
10 "@webcomponents/webcomponentsjs": "^2.4.0",
0
drewp@localhost
parents:
diff changeset
11 "file-loader": "^5.0.2",
20
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
12 "ts-node": "^8.5.4"
0
drewp@localhost
parents:
diff changeset
13 },
31
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
14 "module": "streamed-graph",
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
15 "main": "streamed-graph",
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
16 "types": "./build/streamed-graph.d.ts",
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
17 "files": [
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
18 "./build/streamed-graph.bindle.js"
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
19 ],
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
20 "dependencies": {
20
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
21 "@polymer/decorators": "^3.0.0",
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
22 "@polymer/polymer": "^3.3.1",
31
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
23 "jsonld": "^2.0.1",
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
24 "lit-html": "^1.1.2",
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
25 "n3": "^1.3.4"
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
26 },
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
27 "devDependencies": {
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
28 "@babel/core": "^7.7.5",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
29 "@types/jest": "^24.0.23",
20
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
30 "@types/jsonld": "^1.5.0",
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
31 "@types/n3": "^1.1.1",
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
32 "@types/webpack": "^4.41.0",
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
33 "@types/webpack-dev-server": "^3.9.0",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
34 "@yarnpkg/pnpify": "^2.0.0-rc.12",
29
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
35 "babel-jest": "^24.9.0",
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
36 "glob": "^7.1.6",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
37 "jest": "^24.9.0",
29
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
38 "jest-cli": "^24.9.0",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
39 "jest-pnp-resolver": "^1.2.1",
29
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
40 "jest-webpack": "^0.5.1",
20
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
41 "pnp-webpack-plugin": "^1.5.0",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
42 "ts-jest": "24.2.0",
15
7ca4ff2088c3 managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents: 9
diff changeset
43 "ts-loader": "^6.2.1",
20
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
44 "typescript": "^3.7.3",
31
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
45 "webpack": "^4.41.3",
e54941d93356 mostly config fixes to try to make this pkg usable by others (not working yet)
drewp@bigasterisk.com
parents: 29
diff changeset
46 "webpack-bundle-analyzer": "^3.6.0",
20
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
47 "webpack-cli": "^3.3.10",
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
48 "webpack-dev-server": "^3.9.0",
9ec3cbc8791a build is running, but no tests, and lots of code is disabled
drewp@bigasterisk.com
parents: 19
diff changeset
49 "webpack-serve": "^3.2.0"
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
50 },
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
51 "installConfig": {
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
52 "pnp": true
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
53 },
0
drewp@localhost
parents:
diff changeset
54 "scripts": {
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
55 "compile": "tsc",
29
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
56 "webpack-build": " webpack-cli --config webpack.config.js --config-name main --mode production",
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
57 "webpack-build-forever": "webpack-cli --config webpack.config.js --config-name main --mode production --watch",
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
58 "webpack-dev-server": " webpack-dev-server --config webpack.config.js --config-name main --mode development",
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
59 "test": " webpack-cli --config webpack.config.js --config-name test --mode production",
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
60 "test-forever": " webpack-cli --config webpack.config.js --config-name test --mode production --watch"
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
61 },
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
62 "jest": {
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
63 "verbose": true,
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
64 "resolver": "jest-pnp-resolver",
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
65 "collectCoverage": true,
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
66 "globals": {
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
67 "ts-jest": {
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
68 "verbose": true,
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
69 "diagnostics": true,
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
70 "babelConfig": {
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
71 "comments": false
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
72 }
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
73 }
45ed53428e74 fix configs to run tests (all in one bundle though)
drewp@bigasterisk.com
parents: 25
diff changeset
74 }
0
drewp@localhost
parents:
diff changeset
75 }
drewp@localhost
parents:
diff changeset
76 }