-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 808 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
32
33
34
35
36
{
"name": "@attakei/errbot-backend-webapp",
"version": "0.1.0",
"description": "Web-frontend for errbot-backend-webapp",
"main": "lib/index.js",
"repository": "git@github.com:attakei/errbot-webapp-backend.git",
"author": "Kazuya Takei <attakei@gmail.com>",
"license": "GPLv3",
"private": true,
"scripts": {
"build": "parcel build"
},
"dependencies": {
"dayjs": "^1.8.14",
"marked": "^0.7.0",
"react": "^16.8.6",
"react-bulma-components": "^2.3.0",
"react-dom": "^16.8.6",
"react-scroll": "^1.7.12"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-preset-react-app": "^9.0.0",
"parcel": "^1.12.3"
},
"babel": {
"presets": [
[
"react-app",
{
"absoluteRuntime": false
}
]
]
}
}