-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 985 Bytes
/
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
{
"name": "micro-frontends-workshop",
"version": "1.0.0",
"description": "1. Links:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naltatis/micro-frontends-workshop.git"
},
"dependencies": {},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.4.3"
},
"keywords": [
"micro-frontends",
"micro",
"services",
"frontend",
"integration"
],
"author": "Michael Geers, Fabricius Seifert",
"license": "MIT",
"bugs": {
"url": "https://github.com/naltatis/micro-frontends-workshop/issues"
},
"homepage": "https://github.com/naltatis/micro-frontends-workshop#readme"
}