-
Notifications
You must be signed in to change notification settings - Fork 477
/
package.json
33 lines (33 loc) · 1.01 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
{
"name": "micro-frontends",
"version": "1.0.0",
"description": "**This site is a work in progress and will be extended on a regular basis. Please watch the repository to recieve change notifications.**",
"main": "index.js",
"dependencies": {
"eslint-config-standard": "^16.0.3"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3"
},
"scripts": {
"start": "bundle exec jekyll serve",
"lint": "eslint . && stylelint **/*.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuland/micro-frontends.git"
},
"author": "neuland",
"license": "MIT",
"bugs": {
"url": "https://github.com/neuland/micro-frontends/issues"
},
"homepage": "https://github.com/neuland/micro-frontends#readme"
}