-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "@waline/comment",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"test": "npm run test:dev && npm run test:prod",
"test:dev": "web-test-runner __tests__/**/*.test.ts --node-resolve --playwright",
"test:watch": "web-test-runner --watch",
"test:prod": "MODE=prod web-test-runner",
"test:prod:watch": "MODE=prod web-test-runner --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"dependencies": {
"@waline/api": "1.0.0-alpha.1",
"lit": "^2.7.4",
"rollup-plugin-minify-template-literals": "^1.1.1"
},
"devDependencies": {
"@open-wc/testing": "3.1.8",
"@web/dev-server-esbuild": "0.4.1",
"@web/test-runner": "0.16.1",
"@web/test-runner-playwright": "0.10.0",
"@web/test-runner-puppeteer": "0.13.1",
"prettier": "^2.8.8",
"terser": "^5.17.4",
"ts-lit-plugin": "1.2.1",
"typescript": "5.0.4",
"vite": "4.3.7"
}
}