-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
104 lines (104 loc) · 3.69 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@patternslib/patternslib",
"version": "9.9.16",
"title": "Markup patterns to drive behaviour.",
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
"license": "BSD-3-Clause",
"dependencies": {
"@fullcalendar/adaptive": "^5.11.3",
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/luxon2": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@stomp/stompjs": "^7.0.0",
"dompurify": "^3.1.6",
"highlight.js": "<11",
"imagesloaded": "^4.1.4",
"jquery": "^3.7.1",
"jquery-jcrop": "^0.9.13",
"luxon": "3.5.0",
"marked": "^4.3.0",
"masonry-layout": "^4.2.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"photoswipe": "^4.1.3",
"pikaday": "^1.8.0",
"prettier": "^2.8.8",
"screenfull": "^6.0.2",
"select2": "^3.5.1",
"showdown": "^2.1.0",
"showdown-prettify": "^1.3.0",
"slick-carousel": "git+https://github.com/kenwheeler/slick.git#d0716f1",
"slides": "git+https://github.com/Patternslib/slides.git",
"spectrum-colorpicker": "^1.8.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@patternslib/dev": "^3.6.0",
"@patternslib/pat-content-mirror": "^3.0.0",
"@patternslib/pat-doclock": "^3.0.0",
"@patternslib/pat-shopping-cart": "^3.0.0",
"@patternslib/pat-sortable-table": "^3.1.0",
"@patternslib/pat-tiptap": "^4.9.5",
"@patternslib/pat-upload": "^3.1.1",
"copy-webpack-plugin": "^12.0.2",
"css.escape": "^1.5.1",
"modernizr": "^3.13.1",
"pegjs": "0.11.0-master.b7b87ea"
},
"resolutions": {
"jquery": "3.7.1"
},
"scripts": {
"start": "BUILD_ENV=patternslib NODE_ENV=development webpack serve --config webpack/webpack.config.js",
"build": "BUILD_ENV=patternslib NODE_ENV=production webpack --config webpack/webpack.config.js",
"build:dev": "BUILD_ENV=patternslib NODE_ENV=development webpack --config webpack/webpack.config.js",
"build:stats": "BUILD_ENV=patternslib NODE_ENV=production webpack --config webpack/webpack.config.js --json > stats.json",
"test": "jest",
"testwatch": "jest --watch",
"watch": "BUILD_ENV=patternslib NODE_ENV=development webpack --config webpack/webpack.config.js --watch"
},
"files": [
"/_sass",
"/dist",
"/src",
"/webpack"
],
"engines": {
"node": ">=12.20.0"
},
"browserslist": [
"defaults"
],
"author": {
"name": "Patterns developers"
},
"homepage": "https://gitub.com/Patternslib/Patterns",
"docs": "http://patternslib.com/",
"bugs": {
"url": "https://github.com/patternslib/patterns/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Patternslib/patterns.git"
},
"maintainers": [
{
"name": "Syslab.com GmbH",
"email": "[email protected]",
"url": "http://www.syslab.com"
},
{
"name": "Cornelis Kolbach",
"url": "http://cornae.com"
}
],
"keywords": [
"patternslib"
],
"publishConfig": {
"access": "public"
}
}