-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.2 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
{
"name": "scratchaddons-rewrite",
"version": "1.1.0",
"description": "Rewrite of the Rewrite, now that we've learned a bit :)",
"repository": "https://github.com/TheColaber/scratchaddons-rewrite.git",
"author": "TheColaber <thecolaber@gmail.com>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "node rollup",
"dev": "node rollup -w",
"prettier": "prettier --write ."
},
"devDependencies": {
"@extend-chrome/messages": "^1.2.2",
"@extend-chrome/storage": "^1.5.0",
"@iconify/vue": "^4.1.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-virtual": "^3.0.1",
"@tabler/icons-vue": "^2.7.0",
"@types/chrome": "^0.0.211",
"@vitejs/plugin-vue": "^4.2.3",
"esbuild": "^0.17.5",
"prettier": "^2.8.3",
"rollup": "^3.12.0",
"rollup-plugin-chrome-extension": "^3.6.10",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.58.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.3.8",
"vue": "^3.2.45"
}
}