-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "watchFolderPS",
"version": "2.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tokyosheep/watchFolderPS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tokyosheep/watchFolderPS/issues"
},
"homepage": "https://github.com/tokyosheep/watchFolderPS#readme",
"dependencies": {
"chokidar": "^3.4.3",
"fsevents": "^2.2.1",
"lodash": "^4.17.20",
"peer": "^0.6.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.15",
"@types/styled-components": "^5.1.7",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-react": "^6.24.1",
"polished": "^4.0.5",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-redux": "^7.2.2",
"reat": "0.0.1-security",
"redux": "^4.0.5",
"styled-components": "^4.4.1",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^8.0.13",
"typescript": "^4.1.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
}
}