forked from lowi/svelte-view-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 980 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
35
36
37
38
39
40
41
{
"name": "svelte-view-engine",
"version": "14.12.5",
"repository": "https://github.com/svelte-view-engine/svelte-view-engine",
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@rollup/plugin-json": "^4.1.0",
"bluebird": "^3.7.2",
"chokidar": "^3.0.2",
"core-js": "^3.6.5",
"flowfs": "^4.0.0",
"get-port": "^5.1.1",
"md5": "^2.3.0",
"node-sass": "^5.0.0",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^3.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.0.0",
"string-argv": "^0.3.1",
"terser": "^4.8.0",
"url": "^0.11.0",
"ws": "^7.0.1",
"yargs": "^15.1.0"
},
"peerDependencies": {
"svelte": "3.x"
},
"devDependencies": {
"mocha": "^7.1.0",
"svelte": "^3.30.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/tests/**/*.test.js"
},
"bin": {
"svelte-view-engine": "bin/cmd.js"
}
}