forked from cc-archive/vocabulary-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.69 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
{
"name": "@creativecommons/vocabulary",
"version": "1.0.0-beta.3",
"description": "A cohesive design system to unite the web facing Creative Commons",
"author": "Creative Commons (https://creativecommons.org)",
"scripts": {
"lint": "eslint src/**/*.js",
"build": "webpack --mode production",
"watch": "webpack --mode production --watch --progress",
"storybook": "start-storybook -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.14",
"@storybook/addon-docs": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/html": "^5.3.14",
"babel-loader": "^8.0.6",
"bulma": "^0.8.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.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",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-is": "^16.12.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"bugs": "https://github.com/creativecommons/vocabulary/issues/",
"homepage": "https://creativecommons.github.io/vocabulary/",
"keywords": [
"ui",
"ux",
"design",
"design system",
"components",
"sass stylesheets",
"library"
],
"license": "MIT",
"repository": "github:creativecommons/vocabulary",
"main": "index.js"
}