-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
Β·36 lines (36 loc) Β· 1023 Bytes
/
package.json
File metadata and controls
executable file
Β·36 lines (36 loc) Β· 1023 Bytes
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
{
"version": "1.0.0",
"name": "developer-portal-umar",
"private": true,
"devDependencies": {
"@babel/core": "^7.4.5",
"@umaar/personal-eslint-config": "^1.0.2",
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"rollup": "^1.14.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-uglify": "^6.0.2",
"xo": "^0.29.1"
},
"dependencies": {
"@hyperapp/router": "^0.7.2",
"bulma": "^0.7.5",
"date-fns": "^2.0.0-alpha.24",
"hyperapp": "1.2.10",
"jwt-decode": "^2.2.0",
"body-parser": "^1.14.2",
"express": "^4.13.4",
"faker": "^3.0.1",
"jsonwebtoken": "^5.5.4",
"morgan": "^1.6.1"
},
"xo": {
"extends": "./node_modules/@umaar/personal-eslint-config/rules.json"
}
}