-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "react-trello-client",
"version": "1.1.6",
"description": "\"This is a simple and lightweight React plugin to have a clean Trello client without using jQuery or any other additional libraries.\"",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"transpile": "babel src -d dist --copy-files",
"bundle": "webpack --mode production",
"clean": "rm -r dist/main.js bundle/*.LICENSE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Irandoust/React-Trello-Client.git"
},
"keywords": [
"javascript",
"react",
"trello",
"clientjs",
"react-trello-client"
],
"author": "Ali Irandoust",
"license": "MIT",
"bugs": {
"url": "https://github.com/Irandoust/React-Trello-Client/issues"
},
"homepage": "https://github.com/Irandoust/React-Trello-Client#readme",
"dependencies": {
"prop-types": "^15.5.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"style-loader": "^0.20.3",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0",
"webpack-strip-block": "^0.2.0"
}
}