-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.77 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"dev": "turbo run dev",
"mkPkg": "cd packages; npm init @open-wc",
"mkApp": "cd apps; npm init @open-wc",
"pullExternal": "git subtree pull --prefix=packages/drupal_library_theme/src external-drupal-theme-repo main",
"deployCDNBuildPatch": "pnpm build && cd packages/cdn-builds && pnpm build-rollup && pnpm build-web-styles && pnpm version patch && pnpm publish --no-git-checks && git add . && git commit -m'new cdn build' && git push origin main"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.15.0",
"@custom-elements-manifest/analyzer": "^0.8.4",
"@open-wc/eslint-config": "^12.0.0",
"@open-wc/testing": "^3.2.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@types/chai": "^4.3.6",
"@types/codemirror": "^5.60.7",
"@types/flexsearch": "^0.7.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.9",
"@types/sinon": "^10.0.16",
"@types/trusted-types": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@uvalib/site-style": "workspace:*",
"@web/dev-server": "^0.3.2",
"@web/dev-server-storybook": "^1.0.6",
"@web/rollup-plugin-html": "^2.0.0",
"@web/storybook-prebuilt": "^0.1.34",
"@web/test-runner": "^0.17.1",
"chai": "^4.3.7",
"concurrently": "^8.2.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"get-port-cli": "^3.0.0",
"husky": "^8.0.3",
"koa-proxy": "1.0.0-alpha.3",
"lambda-local": "^2.1.2",
"lint-staged": "^14.0.1",
"markdown-it": "^13.0.1",
"mocha": "^10.2.0",
"node-dev": "^8.0.0",
"path": "^0.12.7",
"path-exists": "^5.0.0",
"path-exists-cli": "^2.0.0",
"postcss": "^8.4.29",
"postcss-prettify": "^0.3.4",
"prettier": "^3.0.3",
"purgecss": "^5.0.0",
"rimraf": "^3.0.2",
"rollup": "^3.21.7",
"rollup-plugin-multi-input": "^1.4.1",
"sass": "^1.66.1",
"serve": "^14.2.0",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"turbo": "^1.6.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.1",
"dotenv": "^16.4.5",
"fuse.js": "^6.6.2",
"lit": "^3.1.3",
"lodash": "^4.17.21"
},
"pnpm": {
"overrides": {
"trim@<0.0.3": ">=0.0.3",
"ejs@<3.1.7": ">=3.1.7"
}
}
}