generated from personium/personium-blank-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "personium-blank-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-bar": "gulp build_bar",
"prebuild": "gulp copy_statics",
"build": "gulp webpack",
"deploy": "gulp deploy",
"debug": "cross-env NODE_ENV=development webpack-dev-server -d --progress --colors --open --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoh1496/personium-blank-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yoh1496/personium-blank-app/issues"
},
"homepage": "https://github.com/yoh1496/personium-blank-app#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@line/liff": "^2.3.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"date-fns": "^2.16.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.2",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.2",
"merge-stream": "^2.0.0",
"mime-types": "^2.1.27",
"odata": "^1.2.1",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-calendar": "^3.2.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"style-loader": "^2.0.0",
"tunnel": "0.0.6",
"webdav": "git+https://github.com/yoh1496/webdav-client.git#feature/updateProperty",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-stream": "^5.2.1",
"xml2js": "^0.4.23"
},
"dependencies": {}
}