-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.77 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
62
{
"private": true,
"author": "European Commission",
"license": "EUPL-1.1",
"description": "Ecl Twig Components",
"name": "ECL-twig-components",
"version": "0.0.1",
"scripts": {
"changelog": "lerna-changelog",
"test": "npm run build && wct --npm",
"build": "webpack",
"start": "webpack-dev-server",
"eslint": "eslint .",
"test:coding-conventions": "npm run lint",
"update-version": "scripts/update-version.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ec-europa/ecl-twig-components.git"
},
"bugs": {
"url": "https://github.com/ec-europa/ecl-twig-components/issues"
},
"homepage": "https://github.com/ec-europa/ecl-twig-components",
"author": "European Commission",
"license": "MIT",
"devDependencies": {
"@ecl/ec-base": "^2.0.0-alpha.3",
"@ecl/ec-preset-full": "^2.0.0-alpha.3",
"@ecl/ec-preset-website": "^2.0.0-alpha.3",
"@webcomponents/webcomponentsjs": "^1.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"emit-file-loader": "^0.0.2",
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"glob": "^7.1.2",
"html-webpack-plugin": "^3.2.0",
"inline-source-loader": "^0.0.1",
"lerna": "^3.4.3",
"loader-utils": "^1.1.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"twig": "~1.10.5",
"twig-loader": "^0.3.1",
"wct-browser-legacy": "0.0.1-pre.12",
"web-component-tester": "^6.6.0-pre.5",
"webpack": "4.0.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"files": [
"dist"
],
"dependencies": {
"twig-components": "^0.0.6"
}
}