forked from X3NOSIZ/snowpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build --scope=snowpack",
"publish": "lerna publish --no-private",
"format": "prettier --write \"snowpack/src/**/*.ts\"",
"test": "jest --test-timeout=30000"
},
"workspaces": [
"create-snowpack-app/*",
"plugins/*",
"snowpack",
"test/build/*",
"test/integration/*"
],
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.1",
"@pika/plugin-copy-assets": "^0.9.1",
"@pika/plugin-simple-bin": "^0.9.1",
"@pika/plugin-ts-standard-pkg": "^0.9.1",
"@types/babel__traverse": "^7.0.7",
"@types/cacache": "^12.0.1",
"@types/compressible": "^2.0.0",
"@types/css-modules-loader-core": "^1.1.0",
"@types/detect-port": "^1.3.0",
"@types/es-module-lexer": "^0.3.0",
"@types/etag": "^1.8.0",
"@types/http-proxy": "^1.17.4",
"@types/mime-types": "^2.1.0",
"@types/mkdirp": "^1.0.0",
"@types/rimraf": "^3.0.0",
"@types/signal-exit": "^3.0.0",
"@types/tar": "^4.0.3",
"@types/validate-npm-package-name": "^3.0.0",
"@types/ws": "^7.2.4",
"cross-env": "^7.0.2",
"execa": "^4.0.3",
"jest": "^26.2.2",
"lerna": "^3.22.1",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
}
}