-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 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
66
67
68
69
70
{
"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"
},
"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.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"date-fns": "^2.14.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"fetch-mock": "^9.10.1",
"file-loader": "^6.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.1",
"merge-stream": "^2.0.0",
"mime-types": "^2.1.27",
"odata": "^1.0.4",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-calendar": "^3.1.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"recoil": "0.0.8",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"style-loader": "^1.2.1",
"tunnel": "0.0.6",
"url-loader": "^4.1.0",
"vivus": "^0.4.5",
"webdav": "git+https://github.com/yoh1496/webdav-client.git#feature/updateProperty",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-stream": "^5.2.1",
"xml2js": "^0.4.23",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
},
"dependencies": {}
}