-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "html-sketchapp-example",
"version": "1.0.0",
"description": "Convert any website into an asketch.json file",
"scripts": {
"test": "eslint src/",
"build": "webpack",
"inject": "node ./src/inject.js"
},
"repository": "html-sketchapp/html-sketchapp-example",
"author": "Konrad Dzwinel <kdzwinel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/html-sketchapp/html-sketchapp-example/issues"
},
"homepage": "https://github.com/html-sketchapp/html-sketchapp-example#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-brainly": "^2.1.1",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-json": "^1.3.2",
"eslint-plugin-prettier": "^2.7.0",
"prettier": "^1.15.3",
"undefined": "^0.1.0",
"webpack-cli": "^3.2.0"
},
"dependencies": {
"@brainly/html-sketchapp": "^4.3.0",
"puppeteer": "^1.19.0",
"webpack": "^4.28.3"
}
}