-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1 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
{
"name": "chirimen-raspi3-tutorials",
"version": "1.0.0",
"description": "Tutorials for CHIRIMEN in markdown.",
"scripts": {
"serve": "bundle exec jekyll serve",
"build": "bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chirimen-oh/tutorials.git"
},
"keywords": [
"chirimen",
"webgpio",
"webi2c",
"browserrobo",
"tutorial"
],
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/chirimen-oh/tutorials/issues"
},
"homepage": "https://github.com/chirimen-oh/tutorials#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2",
"prettier-stylelint": "^0.4.2",
"stylelint-config-standard": "^18.3.0"
}
}