This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
81 lines (81 loc) · 2.24 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
{
"name": "@stellar-design/core",
"version": "1.4.10",
"description": "A Beautiful, Complete Design System",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"es2015": "dist/esm/index.mjs.js",
"es2017": "dist/esm/index.mjs.js",
"jsnext:main": "dist/esm/index.mjs.js",
"unpkg": "dist/stellar-core.js",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs",
"build.prod": "stencil build --prod --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec",
"test.complete": "stencil test --spec --e2e --screenshot",
"test.watch": "stencil test --spec --e2e --screenshot --watchAll"
},
"dependencies": {
"@shopify/draggable": "^1.0.0-beta.8",
"@stencil/router": "^1.0.1",
"@types/googlemaps": "^3.39.0",
"animejs": "^3.1.0",
"async-delay": "^1.0.3",
"await-delay": "^1.0.0",
"basicscroll": "^3.0.2",
"convert-units": "^2.3.4",
"css-custom-properties": "^0.1.0",
"deepmerge": "^3.3.0",
"dexie": "^2.0.4",
"eq.js": "^1.9.0",
"ez-clipboard": "^1.0.0",
"focus-within": "^3.0.2",
"hex-to-hsl": "^1.0.2",
"highcharts": "7.1.1",
"ionicons": "^4.6.3",
"kaleidoscopejs": "^1.0.18",
"medium-zoom": "^1.0.4",
"moment": "^2.24.0",
"parallaxis": "^1.2.1",
"parent-node-selector": "^0.1.1",
"pjax": "^0.2.8",
"pluralize": "^8.0.0",
"prismjs": "^1.17.1",
"raf": "^3.4.1",
"rellax": "^1.10.0",
"resize-observer-polyfill": "^1.5.1",
"round-to": "^3.0.0",
"showdown": "^1.9.0",
"small-indexeddb": "^2.0.0",
"tiny-date-picker": "^3.2.8",
"tweenkle": "^0.1.6",
"validator": "^10.11.0",
"webmidi": "^2.5.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@brainly/html-sketchapp": "^4.3.0",
"@stencil/core": "^1.8.1",
"@stencil/postcss": "^1.0.1",
"@types/jest": "^24.0.23",
"fs": "0.0.1-security",
"jest": "^24.9.0",
"jest-cli": "24.9.0",
"path": "^0.12.7",
"postcss-design-token-function": "^1.0.0"
},
"jest": {
"preset": "@stencil/core/testing"
},
"np": {
"yarn": false,
"anyBranch": true
},
"license": "MIT"
}