-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.56 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
51
52
53
54
55
56
57
58
{
"name": "roxi",
"version": "1.1.3",
"description": "The framework that gets your rocks off",
"bin": "lib/cli.js",
"scripts": {
"roxi": "roxi",
"clear-test-cache": "node ./__tests__/utils/clearCache.js",
"test": "jest",
"test:watch": "jest --watch"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@rollup/plugin-replace": "^2.3.3",
"@roxi/routify": "^2.1.2-next-major",
"@types/jest": "^26.0.3",
"adm-zip": "^0.4.14",
"axios": "^0.19.2",
"cfonts": "^2.8.5",
"commander": "^6.1.0",
"cross-env": "^7.0.2",
"enquirer": "^2.3.5",
"esm": "^3.2.25",
"execa": "^4.0.2",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"nollup": "^0.12.2",
"npm": "^6.14.5",
"ora": "^4.0.4",
"rollup": "^2.26.9",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-hot": "0.0.31",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-svelte-hot": "^0.9.2",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-workbox": "^5.0.1",
"signale": "^1.4.0",
"spassr": "^1.1.2",
"svelte": "^3.23.2",
"svelte-hmr": "^0.10.2",
"svite": "^0.5.0",
"terminal-link": "^2.1.1",
"tree-kill": "^1.2.2",
"vite": "1.0.0-rc.4",
"yaml": "^1.10.0"
},
"devDependencies": {
"jest": "^26.4.2",
"jest-playwright-preset": "^1.3.1",
"playwright": "^1.3.0",
"playwright-core": "^1.3.0",
"rollup-plugin-svelte": "^6.0.0",
"typescript": "^4.0.2"
}
}