-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
43
44
{
"name": "crew-board",
"version": "1.0.0",
"description": "Kanban board for managing the hiring process of personnel applications.",
"main": "index.jsx",
"scripts": {
"dev": "parcel index.html",
"bundle": "sh scripts/bundle.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tim-codes/crew-board.git"
},
"author": "@tim-codes",
"license": "MIT",
"bugs": {
"url": "https://github.com/tim-codes/crew-board/issues"
},
"homepage": "https://github.com/tim-codes/crew-board#readme",
"browserslist": [
"since 2017-06"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"parcel-bundler": "^1.11.0"
},
"dependencies": {
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}