-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.41 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-fundraising-countdown",
"version": "0.0.17",
"description": "ICO Fundraising component includes: countdown, progressbar, and milestones",
"main": "lib/index.js",
"scripts": {
"lib": "babel src/lib -d lib",
"lib:watch": "babel src/lib -w -d lib",
"docs": "webpack-dev-server",
"docs:prod": "webpack -p"
},
"keywords": [
"ICO",
"countdown",
"fundraising",
"react",
"progressbar"
],
"license": "MIT",
"peerDependencies": {
"react": "^15.3.0 || ^16.2.0",
"react-dom": "^15.3.0 || ^16.2.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.37",
"@babel/core": "^7.0.0-beta.37",
"@babel/preset-env": "^7.0.0-beta.37",
"@babel/preset-react": "^7.0.0-beta.37",
"babel-loader": "^8.0.0-beta.0",
"css-loader": "^0.28.8",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.19.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
},
"author": "Ali Makeen <ali.makeen@icloud.com>",
"homepage": "https://github.com/paranoia5/react-fundraising-countdown",
"repository": {
"type": "git",
"url": "git@github.com:paranoia5/react-fundraising-countdown.git"
},
"dependencies": {
"bootstrap": "^4.0.0",
"prop-types": "^15.6.1",
"reactstrap": "^5.0.0-beta.3"
}
}