-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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": "@gleissonneves/liz-design-token",
"version": "3.1.2",
"description": "Tokens amigáveis para apicações em css ou sass",
"main": "./dist/liz-design-token.css",
"files": [
"./dist/index.js",
"./dist/liz-design-token.css"
],
"scripts": {
"build": "webpack",
"watch:sass": "sass --watch src/token/scss/:src/token/css",
"dev": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gleissonneves/liz-design-token.git"
},
"keywords": [
"Token CSS",
"Design token",
"Design system"
],
"author": "Gleisson Neves",
"license": "MIT",
"bugs": {
"url": "https://github.com/gleissonneves/liz-design-token/issues"
},
"homepage": "https://github.com/gleissonneves/liz-design-token#readme",
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@storybook/addon-essentials": "^7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-links": "^7.0.27",
"@storybook/blocks": "^7.0.27",
"@storybook/html": "^7.0.27",
"@storybook/html-webpack5": "^7.0.27",
"@storybook/testing-library": "^0.0.14-next.2",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"mini-css-extract-plugin": "^2.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.27",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"storybook-design-token": "^2.9.0"
}
}