forked from civictheme/civictheme_library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.39 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
78
79
80
81
82
83
84
85
86
87
{
"name": "@civictheme/uikit",
"version": "1.7.2",
"license": "GPL-2.0-or-later",
"description": "CivicTheme UI Kit with Storybook integration",
"keywords": [
"ui kit",
"uikit",
"components",
"component library",
"design system",
"pattern library",
"storybook",
"styleguide"
],
"homepage": "https://github.com/civictheme/uikit",
"bugs": "https://github.com/civictheme/uikit",
"repository": "https://github.com/civictheme/uikit.git",
"scripts": {
"build": "npm run dist && export STORYBOOK_FULL=1 && npm run build-storybook -- --quiet",
"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/**/*.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",
"test": "npm run test-storybook:ci",
"test-storybook": "test-storybook",
"test-storybook:ci": "concurrently --kill-others --success first --names \"SB,TEST\" --prefix-colors \"magenta,blue\" \"npx http-server storybook-static --port 6006 -a 127.0.0.1 --silent\" \"wait-on --timeout 10000 http://127.0.0.1:6006 && npm run test-storybook\""
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"breakpoint-sass": "^3.0.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@alexskrypnyk/scss-variables-extractor": "^0.1.0",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@playwright/test": "^1.40.1",
"@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/test-runner": "^0.16.0",
"addon-screen-reader": "^1.8.6",
"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",
"concurrently": "^8.0.0",
"css-loader": "^5.2.7",
"dedent": "^1.0.0",
"deepmerge": "^4.2.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.0",
"file-loader": "^6.2.0",
"glob-gitignore": "^1.0.14",
"html-webpack-plugin": "^4.5.2",
"http-server": "^14.1.1",
"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",
"twigjs-loader": "^1.0.2",
"wait-on": "^7.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
}
}