-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "Biotope",
"title": "Biotope - The UI Components Ecosystem Framework",
"version": "7.0.0",
"description": "Start building your UI Components Ecosystem, based on pure Web Components, easy usable in all major JS frameworks.",
"repository": {
"type": "git",
"url": "https://github.com/biotope/biotope.git"
},
"license": "MIT",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"test:travis": "mocha test/travis/build.js",
"test:ci": "echo \"Not implemented yet\"",
"test:e2e": "echo \"Not implemented yet\"",
"lint": "echo \"Not implemented yet\""
},
"dependencies": {
"@biotope/element": "^4",
"@biotope/resource-loader": "^1.4.2",
"@virtualidentity/css-helper": "^2.0",
"breakpoint-sass": "2.7.1",
"handlebars": "4.2.0",
"sanitize.css": "^11.0.0",
"susy": "2.2.14"
},
"devDependencies": {
"@biotope/build": "^7.1.1",
"@biotope/cli": "^1.1.5",
"@types/modernizr": "^3.5.3",
"@types/node": "^10.14.15",
"chai": "4.2.0",
"chai-fs": "2.0.0",
"gulp": "3.9.1",
"mocha": "6.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"stylelint-config-recommended-scss": "^3.3.0"
},
"engines": {
"node": ">=10.16",
"npm": ">=6.9"
}
}