forked from hmans/three-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
39
40
41
{
"name": "three-elements-monorepo",
"private": true,
"version": "0.3.0",
"repository": "git@github.com:hmans/three-elements.git",
"author": "Hendrik Mans <hendrik@mans.de>",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"dev": "cd packages/examples && yarn dev",
"ci": "yarn lerna bootstrap && yarn build && yarn test",
"test": "lerna run test --concurrency 1"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.0",
"@open-wc/testing": "^2.5.32",
"@web/dev-server": "^0.1.6",
"@web/dev-server-esbuild": "^0.2.11",
"@web/dev-server-import-maps": "^0.0.5",
"@web/test-runner": "^0.13.4",
"@web/test-runner-puppeteer": "^0.9.3",
"concurrently": "^6.0.0",
"lerna": "^3.22.1",
"lit-element": "^2.4.0",
"microbundle": "^0.13.0",
"preact": "^10.5.12",
"rimraf": "^3.0.2",
"rollup": "^2.38.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"three": "^0.125.2",
"typedoc": "^0.21.0",
"typescript": "^4.1.3",
"vuepress": "^1.8.0",
"vuepress-plugin-demo-container": "^0.2.0",
"vuepress-plugin-plausible": "^0.0.2"
}
}