This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
77 lines (77 loc) · 3.13 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
70
71
72
73
74
75
76
77
{
"name": "civictheme-theme",
"version": "1.6.2",
"private": true,
"description": "CivicTheme Drupal theme.",
"homepage": "https://github.com/salsadigitalauorg/civictheme",
"bugs": "https://github.com/salsadigitalauorg/civictheme_source/issues",
"repository": "https://github.com/salsadigitalauorg/civictheme_source.git",
"license": "GPL-2.0",
"engines": {
"node": ">=18.14"
},
"scripts": {
"build": "npm run dist && export STORYBOOK_FULL=1 && npm run build-storybook -- --quiet && npm run add-lint-exclusions",
"build-storybook": "export NODE_OPTIONS=--openssl-legacy-provider && build-storybook -s .storybook/static",
"storybook": "export NODE_OPTIONS=--openssl-legacy-provider && start-storybook -s .storybook/static",
"storybook-full": "export NODE_OPTIONS=--openssl-legacy-provider && export STORYBOOK_FULL=1 && start-storybook -s .storybook/static",
"lint": "eslint ./components ./.storybook ./webpack && stylelint '{components,assets/sass}/**/*.scss'",
"lint:fix": "eslint ./components ./.storybook ./webpack --fix && stylelint 'components/**/*.scss' --fix",
"dist": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --config ./webpack/webpack.prod.js",
"dist:dev": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --config ./webpack/webpack.dev.js",
"add-lint-exclusions": "php civictheme_starter_kit/scripts/add_phpcs_exclusions.php dist,storybook-static,civictheme_library/storybook-static,civictheme_library/dist"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@alexskrypnyk/scss-variables-extractor": "^0.1.0",
"@storybook/addon-a11y": "^6.1.18",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.3.8",
"@storybook/addons": "^6.1.18",
"@storybook/html": "^6.3.8",
"@storybook/preset-scss": "^1.0.3",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-template": "^6.26.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^5.2.7",
"dedent": "^0.7.0",
"deepmerge": "^4.2.2",
"drupal-attribute": "^1.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"file-loader": "^6.2.0",
"glob-gitignore": "^1.0.14",
"html-webpack-plugin": "^4.5.2",
"lorem-ipsum": "^2.0.4",
"mini-css-extract-plugin": "^1.6.2",
"node-sass-magic-importer": "^5.3.2",
"react": "^17",
"react-dom": "^17",
"sass": "^1.41.0",
"sass-loader": "^10.2.0",
"semver": "^7.3.8",
"style-loader": "^2.0.0",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard-scss": "^2.0.0",
"svg-sprite-loader": "^6.0.9",
"twig": "^1.15.4",
"twig-drupal-filters": "^3.1.2",
"twigjs-loader": "^1.0.2",
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"breakpoint-sass": "^2.7.1",
"normalize.css": "^8.0.1"
}
}