-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.82 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "subturtle-extension",
"version": "1.11.2",
"private": true,
"scripts": {
"dev": "webpack --watch",
"build": "NODE_ENV=production webpack --mode=production",
"zip": "cd dist && zip -r subturtle.zip . && mv subturtle.zip ../subturtle.zip",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"typecheck": "node scripts/typecheck.mjs",
"release": "semantic-release",
"release:dry": "semantic-release --dry-run --no-ci"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.7.1",
"@iconify/json": "2.2.165",
"@pinia/testing": "^1",
"@playwright/test": "^1.49",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@types/chrome": "0.0.193",
"@types/mixpanel-browser": "2.38.0",
"@vitejs/plugin-vue": "^5",
"@vue/test-utils": "^2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
"dotenv-webpack": "8.0.1",
"happy-dom": "^15",
"json-loader": "0.5.7",
"postcss": "8.4.16",
"postcss-loader": "7.0.1",
"postcss-prefix-selector": "2.1.1",
"postcss-preset-env": "7.8.0",
"raw-loader": "4.0.2",
"sass": "1.54.3",
"sass-loader": "13.0.2",
"semantic-release": "^25.0.3",
"tailwindcss": "3",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"vitest": "^2",
"vue-loader": "17.4.2",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.99.9",
"webpack-cli": "6.0.1"
},
"dependencies": {
"@modular-rest/client": "1.12.0",
"animejs": "3.2.1",
"axios": "1.3.4",
"mixpanel-browser": "2.45.0",
"pilotui": "^1.29.0",
"pinia": "3.0.3",
"text-cleaner": "1.2.1",
"tiny-emitter": "2.1.0",
"vue": "3.5.17",
"vue-router": "4.5.1"
}
}