forked from hashemirafsan/reactjs-countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "reactjs-countdown",
"version": "0.0.8",
"description": "A simple countdown timer component for React.js",
"main": "dist/bundle.js",
"keywords": [
"countdown",
"timer",
"react countdown"
],
"scripts": {
"build": "webpack --mode=production"
},
"author": "Hashemi Rafsan",
"license": "MIT",
"dependencies": {
"babel-register": "^6.26.0",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.4.2",
"react-proptypes": "^1.0.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.1",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "git://github.com:hashemirafsan/reactjs-countdown.git"
},
"bugs": {
"url": "https://github.com/hashemirafsan/reactjs-countdown/issues"
}
}