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
44 lines (44 loc) Β· 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) Β· 1.25 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
{
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/bootstrap": "^4.2.0",
"@types/jquery": "^3.3.29",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/webpack": "^4.4.22",
"@types/webpack-env": "^1.13.6",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"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",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.1.0",
"eslint-plugin-react": "^7.12.3",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.1",
"react-hot-loader": "4.6.3",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"less": "^3.9.0",
"less-loader": "^4.1.0",
"oc-react-components": "^0.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-flip-move": "^3.0.3",
"whatwg-fetch": "^3.0.0"
}
}