-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 KB
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
{
"name": "travis-css-ui-kit",
"version": "1.1.1",
"description": "CSS UI Kit for Travis CI applications",
"main": "dist/styles/ui-kit.css",
"files": [
"dist"
],
"scripts": {
"build-storybook": "build-storybook",
"build": "webpack",
"storybook": "start-storybook -s ./dist -p 6006",
"start": "node start.js",
"test": "echo \"No test specified\"",
"release": "npm run build && np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artursmirnov/travis-css-ui-kit.git"
},
"author": {
"name": "Artur Smirnov",
"email": "[email protected]",
"url": "https://github.com/artursmirnov"
},
"license": "ISC",
"homepage": "https://github.com/artursmirnov/travis-css-ui-kit#readme",
"dependencies": {
"tailwindcss": "1.6.2"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@storybook/addon-essentials": "6.0.5",
"@storybook/html": "^6.0.5",
"@whitespace/storybook-addon-html": "1.2.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"clsx": "1.1.1",
"copy-webpack-plugin": "6.0.3",
"ignore-emit-webpack-plugin": "^2.0.2",
"mini-css-extract-plugin": "0.10.0",
"np": "6.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-extend": "1.0.5",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.3",
"prettier": "2.0.5",
"storybook-addon-paddings": "2.0.2",
"url-loader": "4.1.0",
"webfonts-loader": "^5.2.2",
"webpack": "4.44.1",
"webpack-cli": "^3.3.12"
}
}