This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
93 lines (93 loc) · 3.01 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
88
89
90
91
92
93
{
"name": "@metmuseum/marble",
"version": "1.2.8",
"description": "The Design System of The Metropolitan Museum Of Art",
"main": "./src/index.mjs",
"style": "./dist/marble.css",
"dependencies": {
"@vimeo/player": "^2.17.1",
"flickity": "github:stephenhmarsh/flickity#met-museum",
"flickity-imagesloaded": "^2.0.0",
"smoothscroll-polyfill": "^0.4.4",
"underscore": "^1.13.4",
"vanilla-lazyload": "^17.8.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@storybook/addon-a11y": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/html": "~6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"ansi-regex": "^6.0.1",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"caniuse-lite": "^1.0.30001385",
"chromatic": "^6.8.0",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.25.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.23.0",
"eslint-plugin-storybook": "^0.6.4",
"glob-parent": "^6.0.2",
"he": "^1.2.0",
"immer": "^9.0.15",
"json-schema": "^0.4.0",
"mini-css-extract-plugin": "^2.6.1",
"nth-check": "^2.1.1",
"path": "^0.12.7",
"path-parse": "^1.0.7",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"release-it": "^15.4.0",
"sass": "^1.54.6",
"sass-loader": "^13.0.2",
"simple-git": "^3.13.0",
"storybook-preset-inline-svg": "^1.0.1",
"style-loader": "^3.3.1",
"stylelint": "^14.11.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^28.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.3",
"stylelint-order": "^5.0.0",
"stylelint-selector-bem-pattern": "^2.1.1",
"terser-webpack-plugin": "^5.3.6",
"trim": "^1.0.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build-dev": "webpack --config webpack.config.js --mode=development",
"build-storybook": "build-storybook -c .storybook -o .out",
"chromatic-ci": "chromatic --ci --exit-once-uploaded --storybook-build-dir .out",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint .",
"start": "webpack-dev-server --open --hot --config webpack.dev.config.js",
"storybook": "start-storybook -p 54525",
"stylelint": "stylelint '**/*.scss' --quiet",
"postinstall": "node postinstall.js",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metmuseum/marble.git"
},
"author": "Joseph Curley, Stephen Marsh, David Seguin, Evander Batson, Courtney Allen, Madhav Tankha, The Met",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/metmuseum/marble/issues"
},
"homepage": "https://github.com/metmuseum/marble#readme",
"storybook-deployer": {
"gitUsername": "Marble Bot",
"gitEmail": "[email protected]",
"commitMessage": "Deploy Storybook [skip ci]"
}
}