-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.78 KB
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
{
"name": "neptune-connect-components",
"version": "0.3.1",
"description": "Components for Neptune Connect",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/neptune/neptune.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/imdeepmind/NeptuneConnectComponents.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"distBuild": "stencil build --es5",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"lint": "eslint src/**/*{.ts,.tsx}",
"cd": "./copy.sh"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/commands": "^0.19.8",
"@codemirror/lang-java": "^0.19.1",
"@codemirror/lang-json": "^0.19.2",
"@codemirror/theme-one-dark": "^0.19.1",
"@codemirror/view": "^0.19.42",
"@stencil/core": "^2.13.0",
"axios": "^0.26.0",
"choices.js": "^10.2.0",
"choicesjs-stencil": "^1.5.1",
"filefy": "^0.1.11",
"format-number": "^3.0.0",
"gremlint": "^3.6.2",
"stencil-click-outside": "^1.8.0",
"sweetalert2": "^11.4.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@stencil/eslint-plugin": "^0.4.0",
"@stencil/postcss": "^2.1.0",
"@stencil/store": "^2.0.3",
"@types/jest": "^27.0.3",
"autoprefixer": "^10.4.4",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"puppeteer": "^10.0.0",
"tailwindcss": "^3.0.23"
},
"license": "MIT"
}