forked from uriyang/Functional-JavaScript-Todo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 863 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
{
"name": "functional-javascript-todo",
"version": "0.0.0",
"description": "Functional todo study",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ENvironmentSet/Functional-JavaScript-Todo.git"
},
"author": "Functional-js korea",
"license": "MIT",
"bugs": {
"url": "https://github.com/ENvironmentSet/Functional-JavaScript-Todo/issues"
},
"homepage": "https://github.com/ENvironmentSet/Functional-JavaScript-Todo#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"lodash": "^4.17.10",
"rxjs": "^6.2.2",
"styled-components": "^3.4.2"
}
}