-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
69 lines (69 loc) · 1.84 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
{
"name": "@formio/uswds",
"version": "2.6.0-rc.4",
"description": "US Web Design System templates for form.io",
"main": "lib/index.js",
"scripts": {
"test:coverage": "nyc --reporter=text mocha --reporter spec './{,!(node_modules)/**/}*.spec.js'",
"test": "mocha --require ts-node/register --reporter spec \"./{,!(node_modules)/**/}*.spec.ts\"",
"watch": "tsc -w",
"bundle:dev": "NODE_OPTIONS=--openssl-legacy-provider webpack",
"bundle:prod": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.prod.js",
"build": "gulp build && tsc && yarn bundle:prod && yarn bundle:dev",
"lint": "tslint -p .",
"prepublish": "yarn build"
},
"pre-commit": [
"lint"
],
"files": [
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/formio/uswds.git"
},
"keywords": [
"Form.io",
"USWDS",
"Us",
"Web",
"Design",
"Standards"
],
"devDependencies": {
"@formio/js": "5.0.0-rc.69",
"@types/chai": "^4.2.22",
"@types/ejs": "^3.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.2",
"@types/sinon": "^10.0.4",
"chai": "^4.3.4",
"copy-props": "^3.0.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-template": "^5.0.0",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"sass": "^1.42.1",
"sinon": "^11.1.2",
"ts-node": "^10.2.1",
"ts-sinon": "^2.0.2",
"tslint": "^6.1.3",
"typescript": "^4.4.3",
"webpack": "5.38.1",
"webpack-cli": "^4.8.0"
},
"author": "Form.io Developers <[email protected]>",
"license": "OSLv3",
"bugs": {
"url": "https://github.com/formio/uswds/issues"
},
"homepage": "https://github.com/formio/uswds#readme"
}