-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "guidemate",
"version": "1.0.1-alpha.0",
"description": "Guide plugin for figma",
"main": "index.js",
"repository": "https://github.com/praneshr/guidemate.git",
"author": "Pranesh Ravi <[email protected]>",
"license": "Apache-2.0",
"private": false,
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.2.10",
"lit-element": "^2.2.1",
"tippy.js": "^4.3.5",
"typescript": "^3.5.3"
},
"scripts": {
"build:watch": "webpack --progress --watch",
"build": "webpack --progress",
"build:prod": "NODE_ENV=production webpack --progress"
},
"devDependencies": {
"@types/node": "^12.6.9",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^6.0.4",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}