-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.38 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
{
"name": "niaid-design-system",
"version": "1.5.0",
"description": "NIAID Design System",
"main": "public/index.html",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@pattern-lab/cli": "^5.17.0",
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/engine-twig-php": "^5.17.0",
"@pattern-lab/uikit-workshop": "^5.17.0",
"bootstrap": "^4.6.2",
"bootstrap-datepicker": "^1.10.0",
"datatables.net": "^1.13.4",
"datatables.net-responsive-dt": "^2.4.1",
"glob-parent": "^6.0.1",
"install": "^0.10.2",
"jquery": "^3.7.0",
"match-media": "^0.2.0",
"materialize-css": "^1.0.0",
"npm": "^9.7.1",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0",
"semver": "^7.5.2",
"stickybits": "^3.7.11"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"browser-sync": "^2.29.3",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^3.0.0",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"jshint": "^2.13.6",
"sass": "^1.63.6",
"yargs": "^17.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "patternlab build --config ./patternlab-config.json",
"build:uikit": "cross-env-shell PL_CONFIG_PATH='${INIT_CWD}/.patternlabrc.js' npm run build --prefix node_modules/@pattern-lab/uikit-workshop -- --patternlabrc '$PL_CONFIG_PATH'",
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js",
"help": "patternlab --help",
"install": "patternlab install --config ./patternlab-config.json",
"serve": "patternlab serve --config ./patternlab-config.json",
"start": "npm run serve",
"version": "patternlab --version"
},
"repository": {
"type": "git",
"url": "https://github.com/niaid/niaid-design-system"
},
"author": "Nicholas Iafelice",
"license": "ISC"
}