forked from SNCFdevelopers/wcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.75 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
{
"name": "wcs-temporary",
"version": "0.8.0",
"description": "Web components SNCF",
"main": "dist/index.js",
"module": "dist/index.mjs",
"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/stencil-starter-project-name/stencil-starter-project-name.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build:stencil": "stencil build",
"build:examples": "node build.js",
"build": "node build.js && stencil build",
"watch:stencil": "stencil build --dev --serve --watch",
"watch:examples": "node build.js --watch",
"start": "node run.js",
"test": "stencil test --spec --e2e",
"test:watch": "stencil test --spec --e2e --watchAll",
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@material/ripple": "1.1.0",
"@stencil/core": "^1.4.0",
"@stencil/sass": "^1.0.1",
"@types/dom-inputevent": "^1.0.5",
"@types/jest": "^24.0.18",
"@types/puppeteer": "^1.19.1",
"chokidar": "^3.0.2",
"concurrently": "^4.1.2",
"glob": "^7.1.4",
"highlight.js": "^9.15.10",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"markdown-it": "^10.0.0",
"mem": "^5.1.1",
"puppeteer": "1.19.0",
"tslint": "^5.20.0",
"tslint-ionic-rules": "^0.0.21",
"xstate": "^4.6.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SNCFDevelopers/wcs-sandbox"
},
"author": "SNCF",
"private": false,
"license": "MIT"
}