-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 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
53
54
55
56
57
{
"name": "transmission-app",
"description": "A web interface for Transmission written in React.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pkoenig10/transmission-app.git"
},
"scripts": {
"tslint": "tslint 'src/**/*.ts*'",
"tslint:fix": "tslint --fix 'src/**/*.ts*'",
"stylelint": "stylelint 'src/**/*.scss'",
"webpack": "webpack",
"webpack:watch": "webpack --watch"
},
"dependencies": {
"@types/bootstrap": "3.3.32",
"@types/classnames": "0.0.32",
"@types/dateformat": "1.0.1",
"@types/lodash": "4.14.62",
"@types/qs": "6.2.31",
"@types/react": "15.0.21",
"@types/react-addons-css-transition-group": "15.0.1",
"@types/react-dom": "0.14.23",
"@types/react-redux": "4.4.38",
"@types/react-router-dom": "4.0.3",
"@types/requirejs": "2.1.29",
"babili-webpack-plugin": "0.0.11",
"bootstrap": "4.0.0-alpha.5",
"classnames": "2.2.5",
"css-loader": "0.28.0",
"dateformat": "2.0.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "0.11.1",
"html-webpack-plugin": "2.28.0",
"lodash": "4.17.4",
"node-sass": "4.5.2",
"qs": "6.4.0",
"react": "15.5.3",
"react-addons-css-transition-group": "15.5.1",
"react-dom": "15.5.3",
"react-redux": "5.0.3",
"react-router-dom": "4.0.0",
"redux": "3.6.0",
"redux-saga": "0.14.6",
"sass-loader": "6.0.3",
"style-loader": "0.16.1",
"stylelint": "7.10.1",
"stylelint-scss": "1.4.3",
"ts-loader": "2.0.3",
"tslint": "5.0.0",
"tslint-react": "2.5.0",
"typescript": "2.2.2",
"url-loader": "0.5.8",
"webpack": "2.3.3"
}
}