forked from nextcloud/groupfolders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) Β· 2.18 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
{
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.prod.config.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.config.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@nextcloud/browserslist-config": "^2.0.0",
"@types/bootstrap": "^4.5.0",
"@types/jquery": "^3.5.5",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.16.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"browserslist-config-nextcloud": "0.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.0",
"eslint-plugin-react": "^7.22.0",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.3.9",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"react-hot-loader": "4.13.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.2.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"less": "^4.1.1",
"less-loader": "^7.3.0",
"nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.13.1",
"oc-react-components": "^0.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-flip-move": "^3.0.4",
"react-select": "^4.1.0",
"vue": "^2.6.12",
"vue-click-outside": "^1.1.0",
"whatwg-fetch": "^3.6.1"
}
}