-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 945 Bytes
/
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
{
"name": "govuk-starter-kit",
"version": "0.1.0",
"private": true,
"devDependencies": {
"concurrently": "^3.5.1",
"react-scripts": "1.1.4"
},
"dependencies": {
"archiver": "^2.1.1",
"express": "^4.16.3",
"govuk-elements-sass": "^3.1.2",
"govuk_template_jinja": "^0.24.0",
"govuk_frontend_toolkit": "^7.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-syntax-highlighter": "^7.0.4",
"serve-index": "^1.9.1"
},
"scripts": {
"start": "concurrently \"yarn server\" \"yarn client\"",
"client": "react-scripts start",
"server": "node server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8080"
}