forked from nextcloud/groupfolders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) Β· 1.71 KB
/
package.json
File metadata and controls
56 lines (56 loc) Β· 1.71 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"scripts": {
"dev": "webpack --colors --display-error-details --config webpack.dev.config.js --watch",
"build": "webpack --colors --display-error-details --config webpack.prod.config.js"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@types/bootstrap": "^4.3.1",
"@types/jquery": "^3.3.30",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/webpack": "^4.4.35",
"@types/webpack-env": "^1.14.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browserslist-config-nextcloud": "0.0.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"eslint-plugin-react": "^7.14.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.14",
"mini-css-extract-plugin": "^0.7.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"react-hot-loader": "4.12.6",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.0.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"less": "^3.9.0",
"less-loader": "^5.0.0",
"nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.11.5",
"oc-react-components": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-flip-move": "^3.0.3",
"react-select": "^3.0.4",
"vue": "^2.6.10",
"whatwg-fetch": "^3.0.0"
}
}