-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 843 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 843 Bytes
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
{
"private": true,
"scripts": {
"test": "yarn workspaces -t run test",
"build": "yarn workspaces -t run build"
},
"license": "MIT",
"devDependencies": {
"@wessberg/rollup-plugin-ts": "^1.3.8",
"assert": "^2.0.0",
"buffer": "^6.0.2",
"graceful-fs": "^4.2.4",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
"isomorphic-unfetch": "^3.1.0",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"path-browserify": "^1.0.1",
"prettier": "^2.2.0",
"rollup": "^2.33.3",
"stream-browserify": "^3.0.0",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
"url": "^0.11.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
},
"workspaces": [
"packages/*"
]
}