-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.71 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
{
"name": "nachiguro",
"version": "0.1.0",
"description": "SUZURI CSS Framework",
"main": "src/_nachiguro.scss",
"scripts": {
"build": "sass --load-path=node_modules --future-deprecation import src/styleguide.scss dist/nachiguro.css",
"watch": "sass -w --load-path=node_modules --future-deprecation import src/styleguide.scss:dist/nachiguro.css",
"styleguide": "bundle exec hologram && sass --load-path=node_modules --load-path=src --no-error-css src/styleguide.scss styleguide/dist/nachiguro.css",
"generate-webfonts": "generate-webfonts assets/icons/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pepabo/nachiguro.git"
},
"author": "SUZURI",
"license": "MIT",
"bugs": {
"url": "https://github.com/pepabo/nachiguro/issues"
},
"homepage": "https://github.com/pepabo/nachiguro#readme",
"devDependencies": {
"@gyugyu/webfonts-generator": "^0.3.0",
"sass": "^1.62.1",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0"
},
"dependencies": {
"@inhouse/adapter": "^0.39.0",
"@inhouse/app-bar": "^0.39.0",
"@inhouse/avatar": "^0.39.0",
"@inhouse/bottom-navigation": "^0.39.0",
"@inhouse/button": "^0.39.0",
"@inhouse/checkbox": "^0.39.0",
"@inhouse/container": "^0.39.0",
"@inhouse/flavor": "npm:@inhouse/[email protected]",
"@inhouse/grid": "^0.39.0",
"@inhouse/icon": "^0.39.0",
"@inhouse/interactive-list": "^0.39.0",
"@inhouse/interactive-table": "^0.39.0",
"@inhouse/list": "^0.39.0",
"@inhouse/radio": "^0.39.0",
"@inhouse/side-navigation": "^0.39.0",
"@inhouse/skeleton": "^0.39.0",
"@inhouse/table": "^0.39.0"
}
}