-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "figma-plugin-annotate-it",
"version": "2.0.6",
"description": "The code for the upcoming plugin 'Annotate it!'",
"scripts": {
"start": "webpack-cli --mode=development --watch",
"build": "webpack-cli --mode=production"
},
"author": "madebyfabian",
"devDependencies": {
"@figma/plugin-typings": "^1.31.0",
"css-loader": "^3.4.2",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"url-loader": "^2.3.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.11",
"webpack-messages": "^2.0.4"
},
"dependencies": {
"@netilon/differify": "^3.2.1",
"tiptap": "^1.29.0",
"tiptap-extensions": "^1.31.0",
"vue-focus-lock": "^1.4.0",
"vue-focus-visible": "^2.0.0",
"vue-smooth-dnd": "^0.8.1",
"vue-tiny-slider": "^0.1.39"
}
}