-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.41 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.41 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "eps-apps",
"version": "1.0.0",
"description": "framework for capital one ui development",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --history-api-fallback --content-base ./src --open --display-modules",
"start": "node server.js",
"build": "NODE_ENV=production node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --profile --colors"
},
"contributors": [
{
"name": "Michael Epstein",
"email": "michael.epstein@capitalone.com"
}
],
"license": "ISC",
"dependencies": {
"class-validator": "^0.6.8",
"react": "15.4.2",
"react-css-modules": "^4.1.0",
"react-dom": "15.4.2",
"request": "^2.81.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"@types/object-assign": "^4.0.30",
"@types/react": "^15.0.4",
"@types/react-css-modules": "^3.7.6",
"@types/react-dom": "^0.14.21",
"@types/react-redux": "^4.4.36",
"@types/react-router": "^3.0.0",
"@types/react-router-redux": "^4.0.39",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/uuid": "2.0.29",
"awesome-typescript-loader": "2.2.4",
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-react-css-modules": "^2.2.0",
"babel-plugin-transform-strict-mode": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"fbemitter": "^2.1.1",
"file-loader": "^0.10.1",
"fs": "0.0.1-security",
"glob": "7.1.1",
"html-webpack-plugin": "2.26.0",
"multi-loader": "^0.1.0",
"null-loader": "^0.1.1",
"object-assign": "^4.1.1",
"path": "0.12.7",
"raw-loader": "^0.5.1",
"react-css-modules": "^4.1.0",
"retyped-mixpanel-tsd-ambient": "0.0.0-0",
"source-map-loader": "0.1.6",
"style-loader": "^0.13.2",
"through": "^2.3.8",
"transform-loader": "^0.2.4",
"ts-loader": "2.0.0",
"tslint": "4.4.2",
"tslint-loader": "3.3.0",
"typed-css-modules": "^0.2.0",
"typescript": "2.2.1",
"typings-for-css-modules-loader": "^1.5.0",
"url-loader": "^0.5.8",
"webpack": "2.2.1",
"webpack-dev-server": "1.16.2",
"webpack-merge": "^4.0.0"
}
}