-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.34 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "csra_frontend",
"version": "0.0.1",
"description": "Frontend prototype for CSRA",
"engines": {
"node": "6.10.0"
},
"scripts": {
"build": "webpack",
"lint": "eslint . --cache --max-warnings 0",
"test": "karma start --single-run --browsers PhantomJS",
"test:watch": "karma start",
"test:integration": "wdio wdio.conf.js",
"start": "node server.js"
},
"postinstall": "npm run build",
"keywords": [
"react",
"webpack",
"babel",
"react-router",
"webpack-2"
],
"pre-commit": {
"run": [
"test"
]
},
"dependencies": {
"babel-polyfill": "6.22.0",
"babel-runtime": "6.23.0",
"basic-auth": "1.1.0",
"classnames": "2.2.5",
"es5-shim": "4.5.9",
"express": "4.15.2",
"form-serialize": "0.7.1",
"govuk-elements-sass": "3.0.0",
"govuk_frontend_toolkit": "5.1.3",
"history": "4.5.1",
"morgan": "1.8.1",
"pluralize": "4.0.0",
"ramda": "0.23.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-router-redux": "4.0.6",
"redux": "3.6.0",
"redux-devtools-extension": "2.13.0",
"redux-sessionstorage": "0.4.0",
"uuid": "3.0.1",
"wdio": "0.3.3",
"webpack-cleanup-plugin": "0.5.1",
"webpack-dev-middleware": "1.10.1"
},
"devDependencies": {
"autoprefixer": "6.7.6",
"babel-core": "6.23.1",
"babel-loader": "6.3.2",
"babel-plugin-transform-class-properties": "6.23.0",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-babili": "0.0.12",
"babel-preset-env": "1.2.2",
"babel-preset-latest": "6.22.0",
"babel-preset-react": "6.23.0",
"babili-webpack-plugin": "0.0.11",
"chai": "3.5.0",
"compression-webpack-plugin": "0.3.2",
"css-loader": "0.26.2",
"cssnano": "3.10.0",
"dotenv": "4.0.0",
"enzyme": "2.7.1",
"eslint": "3.17.1",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"extract-text-webpack-plugin": "2.0.0",
"html-webpack-plugin": "2.28.0",
"karma": "1.5.0",
"karma-chai": "0.1.0",
"karma-cli": "1.0.1",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sinon": "1.0.5",
"karma-sinon-chai": "1.2.4",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "2.0.2",
"karma-junit-reporter": "1.2.0",
"mocha": "3.2.0",
"mocha-junit-reporter": "1.13.0",
"node-sass": "4.5.0",
"optimize-css-assets-webpack-plugin": "1.3.0",
"postcss": "5.2.15",
"postcss-import": "9.1.0",
"postcss-loader": "1.3.3",
"postcss-url": "5.1.2",
"pre-commit": "1.2.2",
"precss": "1.4.0",
"react-addons-test-utils": "15.4.2",
"sass-loader": "6.0.2",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"style-loader": "0.13.2",
"url-loader": "0.5.8",
"wdio-junit-reporter": "0.3.0",
"wdio-mocha-framework": "0.5.10",
"wdio-selenium-standalone-service": "0.0.8",
"wdio-spec-reporter": "0.1.0",
"webdriverio": "4.8.0",
"webpack": "2.3.0"
},
"author": "Steven Bapaga",
"license": "ISC"
}