-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "line.css",
"version": "0.1.3",
"description": "",
"scripts": {
"storybook": "start-storybook -p 6006 --no-version-updates",
"build-storybook": "build-storybook --no-dll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgknca/line.css.git"
},
"keywords": [
"css",
"scss",
"css-framework",
"css-library"
],
"author": "Doğukan Çavuş",
"email" : "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/dgknca/line.css/issues"
},
"homepage": "https://github.com/dgknca/line.css#readme",
"devDependencies": {
"@storybook/addon-backgrounds": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/html": "^5.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"gulp": "^3.9.1",
"gulp-clean-css": "^4.3.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"node-sass": "^4.14.1",
"prettier": "^1.15.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2"
}
}