-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "fec-pattern-library",
"version": "0.1.0",
"dependencies": {
"ajv": "^6.12.6",
"a11y-dialog": "2.3.1",
"aria-accordion": "^0.1.1",
"jquery": "^3.6.3",
"jquery.inputmask": "3.3.4",
"moment": "2.29.4",
"perfect-scrollbar": "0.6.2"
},
"devDependencies": {
"@frctl/fractal": "1.4.1",
"@frctl/nunjucks": "^1.0.x",
"@frctl/mandelbrot": "1.5.0",
"browserify": "^16.5.2",
"del": "^3.0.0",
"fec-cms": "git+https://github.com/fecgov/fec-cms.git#develop",
"fs-extra": "^4.0.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.10.0",
"gulp-consolidate": "^0.2.0",
"gulp-rename": "^1.4.0",
"gulp-dart-sass": "^1.0.2",
"npm-run-all": "^4.1.5",
"sass": "^1.26.10",
"snyk": "^1.1105.0",
"uglify-js": "^3.17.4",
"underscore": "^1.13.6"
},
"scripts": {
"build": "npm-run-all --parallel build-sass build-js --serial build-library",
"build-sass": "gulp build-sass",
"build-js": "browserify static/js/init.js | uglifyjs > public/js/main.js",
"build-icons-component": "gulp build-icons-component",
"build-library": "fractal build",
"start": "fractal start --sync",
"test": "echo No tests to run; exit 0",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}