-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "govuk-react-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"emotion": "^9.1.3",
"final-form": "^4.2.0",
"glamor": "^2.20.40",
"govuk-colours": "^1.0.3",
"govuk-react": "0.2.1",
"normalize.css": "^8.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-emotion": "^9.1.3",
"react-final-form": "^3.1.0",
"react-scripts": "1.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-jsx-a11y": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/penx/govuk-react-example.git"
},
"keywords": [
"react",
"govuk",
"emotion"
],
"author": "Alasdair McLeay",
"license": "ISC",
"bugs": {
"url": "https://github.com/penx/govuk-react-example/issues"
},
"homepage": "https://penx.github.io/govuk-react-example"
}