-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "skope",
"version": "0.5.0",
"description": "A sandboxed js-in-html UI framework",
"main": "dist/Skope.js",
"homepage": "https://github.com/nyariv/skope#readme",
"url": "https://github.com/nyariv/skope",
"scripts": {
"test": "echo \"no test specified\" && exit 0",
"prebuild": "eslint src --ext .js,.ts --fix",
"build": "rollup -c"
},
"author": "",
"license": "MIT",
"dependencies": {
"@nyariv/sandboxjs": "^0.8.22"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-plugin-import": "^2.24.2",
"rollup": "^2.56.3",
"rollup-plugin-copy-assets": "^2.0.3",
"rollup-plugin-filesize": "^9.1.1",
"tslib": "^1.14.1",
"typescript": "^4.4.2"
}
}