-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.48 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
{
"name": "MovieInfo",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"author": "Siavash Askari Nasr (https://ciavash.name)",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public",
"validate": "svelte-check",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@testing-library/dom": "^7.21.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/svelte": "^3.0.3",
"@testing-library/user-event": "^13.0.16",
"@tsconfig/svelte": "^1.0.0",
"@types/jest": "^26.0.20",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"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": "^1.2.4",
"svelte-jester": "^1.3.2",
"svelte-preprocess": "^4.0.0",
"ts-jest": "^26.5.3",
"tslib": "^2.0.0",
"typescript": "^4.2.0"
},
"dependencies": {
"postcss": "^8.2.6",
"sass": "^1.32.8",
"sirv-cli": "^1.0.0",
"svelte-spa-router": "^3.1.0"
}
}