-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
54
55
56
{
"name": "toucaan",
"version": "1.0.0-semver",
"description": "Intrinsic web design framework for app-like interfaces.",
"main": "index.js",
"author": "Marvin Danig <[email protected]> (https://bubblin.io/marvin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bookiza/toucaan/issues"
},
"homepage": "https://toucaan.com",
"keywords": [
"css",
"framework",
"flexbox",
"responsive",
"mobile-friendly",
"front-end",
"modern",
"design",
"flat",
"optimized",
"gridless",
"toucaan"
],
"repository": {
"type": "git",
"url": "git+https://github.com/toucaan/toucaan.git"
},
"scripts": {
"start": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --blacklist 'dist/*' ",
"build": "webpack"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "6.7.1",
"cssnano": "5.1.13",
"mini-css-extract-plugin": "2.6.1",
"node-sass": "7.0.1",
"postcss": "8.4.16",
"postcss-import": "14.1.0",
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.8.0",
"sass": "1.54.5",
"sass-loader": "13.0.2",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-fix-style-only-entries": "0.6.1"
},
"dependencies": {},
"plugins": [
"jsdom-quokka-plugin"
]
}