-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.49 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": "flippy",
"description": "A leafy library for books, comics and magazines",
"version": "0.0.0-semantically-released",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server ./lib/script.js --content-base html/",
"cypress:open": "cypress open",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "git cz"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/marvindanig/flippy.JS.git"
},
"author": "Marvin Danig <[email protected]> (https://bubbl.in/marvin)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/marvindanig/flippy.JS/issues"
},
"homepage": "https://github.com/marvindanig/flippy.JS/blob/master/README.markdown",
"devDependencies": {
"autoprefixer": "9.8.6",
"babel-core": "6.26.3",
"babel-loader": "8.1.0",
"babel-preset-es2015": "6.24.1",
"cracks": "3.1.2",
"css-loader": "4.2.1",
"cypress": "4.12.1",
"cz-conventional-changelog": "3.2.0",
"eslint": "7.7.0",
"favicons-webpack-plugin": "4.2.0",
"file-loader": "6.0.0",
"ghooks": "2.0.4",
"html-webpack-plugin": "4.3.0",
"postcss-loader": "3.0.0",
"precss": "4.0.0",
"semantic-release": "^17.1.1",
"style-loader": "1.2.1",
"url-loader": "4.1.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"babel-polyfill": "6.26.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"ghooks": {}
}
}