This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.58 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": "@creativecommons/vocabulary-fonts",
"version": "0.1.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 --quiet",
"build:documentation": "npm run build && build-storybook -s ./src/assets -o ./docs"
},
"files": [
"dist/css/",
"dist/fonts/",
"dist/js/",
"dist/scss/"
],
"main": "dist/js/fonts.js",
"style": "dist/css/fonts.css",
"unpkg": "dist/css/fonts.css",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-react": "^7.12.1",
"@storybook/addon-backgrounds": "^5.3.13",
"@storybook/addon-docs": "^5.3.17",
"@storybook/html": "^5.3.9",
"@svgr/webpack": "^5.4.0",
"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-prettier": "^8.3.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",
"puppeteer": "^2.1.1",
"react": "^16.13.0",
"react-is": "^16.13.0",
"sass": "^1.47.0",
"sass-loader": "^10.0.2",
"sass-true": "^6.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/",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/creativecommons"
},
{
"type": "donations",
"url": "https://www.classy.org/give/308451/#!/donation/checkout"
}
],
"homepage": "https://creativecommons.github.io/cc-fonts/",
"keywords": [
"ui",
"ux",
"design",
"design system",
"fonts",
"web fonts",
"library"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/creativecommons/vocabulary.git",
"directory": "packages/fonts"
}
}