This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
80 lines (80 loc) · 2.78 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
{
"name": "emulsify-wordpress-theme",
"version": "1.0.0-alpha.5",
"description": "Emulsify is a Design System that works with WordPress, Drupal, React, and more.",
"author": "Dean Oest <[email protected]>",
"license": "GPL-2.0-only",
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@storybook/addon-a11y": "6.1.21",
"@storybook/addon-actions": "6.1.21",
"@storybook/addon-links": "6.1.21",
"@storybook/addon-viewport": "^6.1.21",
"@storybook/addons": "6.1.21",
"@storybook/react": "6.1.21",
"@storybook/storybook-deployer": "^2.8.7",
"add-attributes-twig-extension": "^0.1.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"babel-preset-minify": "^0.5.0",
"bem-twig-extension": "^0.1.1",
"breakpoint-sass": "^2.7.1",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^6.0.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"glob": "^7.1.4",
"imagemin-webpack-plugin": "^2.4.2",
"js-yaml-loader": "^1.2.2",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"node-sass-glob-importer": "^5.3.2",
"normalize.css": "^8.0.1",
"postcss": "^8.2.8",
"postcss-custom-properties": "^10.0.0",
"postcss-loader": "^4.1.0",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"svg-sprite-loader": "^6.0.0",
"twig": "~1.15.4",
"twig-loader": "https://github.com/AmazeeLabs/twig-loader",
"webpack": "4.44.2",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"scripts": {
"a11y": "npm run build-storybook && ./scripts/a11y.js -r",
"setup": "composer install && yarn",
"lint": "eslint ./components",
"storybook": "start-storybook --ci -s ./dist,./images -p 6006",
"build-storybook": "npm run build && build-storybook -s ./dist,./images -o .out",
"deploy-storybook": "storybook-to-ghpages -o .out",
"webpack": "webpack --watch --config ./webpack/webpack.dev.js",
"build": "webpack --config ./webpack/webpack.prod.js",
"develop": "concurrently --raw \"npm run webpack\" \"npm run storybook\""
},
"devDependencies": {
"core-js": "3.9.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"open-cli": "^6.0.1",
"pa11y": "^5.3.0",
"prettier": "2.2.1"
}
}