-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "vue-plugin-template",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"preview": "live-server --entry-file='livepreview.html'"
},
"dependencies": {
"@notionhq/client": "^1.0.4",
"@vueuse/core": "^8.2.5",
"figma-plugin-ds": "^0.1.8",
"tiny-emitter": "^2.1.0",
"vue-i18n": "^9.2.0-beta.34",
"vue3-popper": "^1.4.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.18.2",
"@types/node": "^12.0.5",
"@vue/compiler-sfc": "^3.0.2",
"css-loader": "^2.1.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"live-server": "^1.2.1",
"remove-files-webpack-plugin": "^1.1.3",
"sass": "^1.20.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.2",
"typescript": "^4.6.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^1.1.2",
"vue": "^3.0.2",
"vue-loader": "^16.0.0-beta.8",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.32.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^3.3.2"
}
}