-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "react-countdown-timers",
"version": "1.0.2",
"description": "",
"main": "/src",
"scripts": {
"demo": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.demo.js --hot --inline",
"build": "NODE_ENV=production webpack --config webpack.config.js --progress --colors ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beiciye/countdown.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/beiciye/countdown/issues"
},
"homepage": "https://github.com/beiciye/countdown#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"cross-env": "^3.1.3",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"style-loader": "^0.13.1",
"uglify-js": "^2.7.4",
"webpack": "^2.2.0-rc.7",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"@types/react": "^15.0.0",
"@types/react-dom": "^0.14.20",
"awesome-typescript-loader": "^3.0.0-beta.18",
"css-loader": "^0.26.1"
}
}