-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
40
41
42
{
"name": "trello-dotmocracy",
"version": "1.0.0",
"description": "Dotmocracy Power-Up for Trello",
"main": "client.js",
"dependencies": {
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"moment": "^2.20.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-styled-flexboxgrid": "^2.2.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.0",
"styled-components": "^3.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sh build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etburke/trello-dotmocracy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/etburke/trello-dotmocracy/issues"
},
"homepage": "https://github.com/etburke/trello-dotmocracy#readme"
}