This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
61 lines (61 loc) · 1.97 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
{
"name": "@creativecommons/fonts",
"version": "2020.8.1",
"description": "Typefaces that lend personality to the web facing Creative Commons",
"author": "Creative Commons (https://creativecommons.org)",
"scripts": {
"lint": "eslint src/*.js src/**/*.js tests/**/*.js",
"test:unit": "jest -c tests/unit/jest.config.js",
"test:snapshot": "jest -c tests/snapshot/jest.config.js",
"build": "webpack --mode production",
"watch": "webpack --mode production --watch --progress",
"storybook": "start-storybook --ci -s ./src/assets -p 8080",
"build:documentation": "npm run build && build-storybook -s ./src/assets -o ./docs"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@storybook/addon-backgrounds": "^5.3.13",
"@storybook/addon-docs": "^5.3.17",
"@storybook/html": "^5.3.9",
"babel-jest": "^26.2.2",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^4.2.1",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"husky": "^4.2.3",
"jest": "^26.3.0",
"jest-image-snapshot": "^4.1.0",
"jest-puppeteer": "^4.4.0",
"mini-css-extract-plugin": "^0.10.0",
"node-sass": "^4.13.1",
"puppeteer": "^2.1.1",
"react": "^16.13.0",
"react-is": "^16.13.0",
"sass-loader": "^9.0.3",
"sass-true": "^5.0.0",
"start-server-and-test": "^1.10.11",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"bugs": "https://github.com/creativecommons/fonts/issues/",
"homepage": "https://creativecommons.github.io/cc-fonts/",
"keywords": [
"ui",
"ux",
"design",
"design system",
"fonts",
"web fonts",
"library"
],
"license": "MIT",
"repository": "github:creativecommons/fonts"
}