-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
44
45
46
47
48
49
50
{
"name": "github-issue-tracker",
"version": "0.0.1",
"description": ".",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"chrome-web-store-item-property": "^1.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.5.8",
"rollup-plugin-multi-input": "^1.3.1",
"sirv-cli": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^2.0.0",
"@types/chrome": "^0.0.183",
"node-sass": "^7.0.1",
"prettier": "^2.6.2",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.0.0",
"typescript": "^4.6.4"
},
"jest": {
"testEnvironment": "jsdom"
},
"standard": {
"env": [
"jest"
],
"globals": [
"browser"
]
},
"license": "MIT"
}