-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "disciplineapp",
"version": "1.0.0",
"description": "Habit and goals",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git https://github.com/TcoiOleg/DisciplineApp.git"
},
"keywords": [
"habit",
"goal",
"discipline"
],
"author": "Oleg Tsoi V.",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/TcoiOleg/DisciplineApp/issues"
},
"homepage": "https://github.com/TcoiOleg/DisciplineApp#readme",
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"rest": "^1.3.1",
"sockjs-client": "^1.0.3",
"stompjs": "^2.3.3",
"webpack": "^1.12.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"jquery": "1.11.1",
"bootstrap": "3.3.7",
"font-awesome": "4.7.0",
"highcharts": "5.0.14"
}
}