-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 828 Bytes
/
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": "svelte-adapter",
"version": "0.5.0",
"description": "Use Svelte components with Vue and React.",
"author": "pngwn <[email protected]>",
"repository": "https://github.com/pngwn/svelte-adapter",
"license": "MIT",
"scripts": {
"test:build": "pwa export",
"test:start": "sirv build -s",
"test:watch": "pwa watch"
},
"devDependencies": {
"@pwa/cli": "latest",
"@pwa/preset-react": "latest",
"@pwa/preset-vue": "^0.4.1",
"ganalytics": "^3.0.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"rollup": "^1.16.2",
"sirv-cli": "^0.2.0",
"svelte": "^3.20.1",
"svelte-easy-crop": "^1.0.3",
"svelte-loader": "^2.13.4",
"vue": "^2.6.10"
},
"browserslist": [
">0.25%",
"last 1 version",
"not ie_mob 11",
"not ie 11",
"not dead"
]
}