forked from CautionYourBlast/digital-form-builder-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "digital-form-builder-designer",
"version": "1.0.0",
"description": "Digital forms designer (FCO)",
"main": "index.js",
"scripts": {
"lint": "standard",
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "node index.js",
"start": "node index.js",
"symlink-env": "./bin/symlink-config"
},
"repository": {
"type": "git",
"url": "https://github.com/UKForeignOffice/digital-form-builder-designer"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@hapi/joi": "17.1.1",
"@hapi/wreck": "17.0.0",
"digital-form-builder-engine": "UKForeignOffice/digital-form-builder-engine#v1.6.2",
"flat": "5.0.0"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-external-helpers": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@hapi/hapi": "^18.4.1",
"babel-eslint": "10.0.1",
"dagre": "0.8.2",
"dotenv": "^8.2.0",
"govuk-frontend": "2.3.0",
"inert": "5.1.2",
"nunjucks": "^3.2.1",
"prismjs": "1.15.0",
"react-simple-code-editor": "0.6.1",
"react-sortable-hoc": "0.8.3",
"rollup": "0.66.6",
"rollup-plugin-babel": "4.0.3",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "3.4.0",
"shortid": "^2.2.15",
"standard": "12.0.1",
"vision": "5.4.3"
},
"standard": {
"ignore": [
"dist/"
],
"parser": "babel-eslint"
}
}