forked from timpaul/govuk-prototype-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 716 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
{
"name": "govuk-prototype-generator",
"version": "1.0.0",
"description": "",
"scripts": {
"scss": "sass --watch assets/style.scss public/assets/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubabartwicki/govuk-prototype-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kubabartwicki/govuk-prototype-generator/issues"
},
"homepage": "https://github.com/kubabartwicki/govuk-prototype-generator#readme",
"dependencies": {
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"govuk-frontend": "^4.7.0",
"openai": "^4.19.0"
},
"devDependencies": {
"sass": "^1.69.5"
}
}