-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.21 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "caroucssel",
"version": "1.1.7",
"description": "A lightweight dependency-free css carousel.",
"module": "index.js",
"main": "formats/cjs/caroucssel.js",
"unpkg": "formats/umd/caroucssel.min.js",
"types": "index.d.ts",
"sideEffects": false,
"scripts": {
"validate": "make validate",
"test": "make tests",
"web": "make web",
"build": "make build",
"version": "make build && git add dist && make web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schorfES/caroucssel.git"
},
"keywords": [],
"author": "Norman Rusch",
"license": "MIT",
"bugs": {
"url": "https://github.com/schorfES/caroucssel/issues"
},
"homepage": "https://schorfes.github.io/caroucssel/",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-modules-umd": "^7.14.5",
"@babel/preset-env": "^7.16.4",
"@parcel/config-default": "^2.11.0",
"@parcel/transformer-sass": "^2.11.0",
"@parcel/transformer-typescript-tsc": "^2.11.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^20.3.3",
"@types/rollup": "^0.54.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"doctoc": "^2.1.0",
"eslint": "^8.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"gh-pages": "^6.1.1",
"jest": "^27.2.0",
"jest-serializer-html": "^7.1.0",
"np": "^10.0.5",
"parcel": "^2.12.0",
"replace": "^1.2.1",
"rollup": "^4.17.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.77.0",
"stylelint": "^16.1.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^11.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typedoc": "^0.26.3",
"typescript": "^4.5.3"
},
"targets": {
"module": false,
"main": false,
"types": false
}
}