-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
{
"name": "telegram-react",
"version": "1.0.0",
"description": "Telegram built with React, React Router, Redux, Webpack",
"repository": {
"type": "git",
"url": "git+https://github.com/andreisoare/telegram-react.git"
},
"homepage": "https://github.com/andreisoare/telegram-react#readme",
"main": "dist/app.js",
"devDependencies": {
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"extract-text-webpack-plugin": "^0.8.2",
"history": "^1.9.1",
"html-webpack-plugin": "^1.6.1",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"react": "^0.13.3",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-beta3",
"style-loader": "^0.12.3",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --profile --colors",
"watch": "webpack-dev-server --hot --inline --progress --colors"
},
"author": "Andrei Soare",
"license": "ISC"
}