-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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": "byocss",
"svelte": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/index.umd.js",
"types": "dist/ts/index.d.ts",
"scripts": {
"prebuild": "rimraf ./dist",
"build": "rollup -c",
"dev": "rollup -c -w",
"validate": "svelte-check --compiler-warnings \"module-script-reactive-declaration:ignore\"",
"prepublishOnly": "build",
"test": "jest src"
},
"files": [
"src",
"dist"
],
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^1.0.10",
"@types/jest": "^26.0.20",
"babel-jest": "^26.6.3",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"husky": "5.0.9",
"jest": "^26.6.3",
"rollup": "^2.39.0",
"rollup-plugin-execute": "^1.1.1",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.32.3",
"svelte-check": "^1.1.34",
"svelte-jester": "^1.3.0",
"svelte-preprocess": "^4.6.9",
"ts-jest": "^26.5.1",
"tslib": "^2.0.3",
"typescript": "^4.1.5",
"rimraf": "^3.0.2"
},
"keywords": [
"svelte"
]
}