-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.48 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": "packagemonitor.web",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"start": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.build.js --progress",
"yarn": "yarn install --pure-lockfile"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "0.15.3",
"bootstrap": "3.3.7",
"classnames": "2.2.5",
"font-awesome": "4.6.3",
"immutable": "3.8.1",
"intl": "1.2.5",
"jquery": "3.1.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-ga": "2.1.2",
"react-intl": "2.2.3",
"react-redux": "5.0.4",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"reselect": "3.0.0",
"semver": "5.3.0"
},
"devDependencies": {
"@types/classnames": "0.0.32",
"@types/jquery": "2.0.40",
"@types/node": "7.0.5",
"@types/react": "15.0.10",
"@types/react-dom": "0.14.23",
"@types/react-intl": "2.2.2",
"@types/react-redux": "4.4.40",
"@types/redux": "3.6.0",
"clean-webpack-plugin": "0.1.16",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.23.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.22.0",
"image-webpack-loader": "2.0.0",
"imports-loader": "0.6.5",
"node-sass": "3.8.0",
"raw-loader": "0.5.1",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"ts-loader": "2.0.3",
"typescript": "2.2.2",
"url-loader": "0.5.7",
"webpack": "2.3.3",
"webpack-bundle-analyzer": "2.3.1"
}
}