-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
101 lines (101 loc) · 2.83 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "cycle-scripts-one-fits-all",
"version": "7.2.1",
"description": "create-cycle-one-fits-all flavor",
"main": "index.js",
"lint-staged": {
"*.{js,jsx,jsx,ts,tsx}": [
"prettier --write",
"git add"
]
},
"prettier": {
"tabWidth": 4,
"singleQuote": true
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"scripts": {
"precommit": "lint-staged",
"format": "prettier --write './**/*.{js,ts,tsx}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyclejs-community/one-fits-all"
},
"author": "Jan van Brügge <[email protected]>",
"contributors": [
"Steve Lee <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cyclejs-community/one-fits-all/issues"
},
"homepage": "https://github.com/cyclejs-community/one-fits-all#readme",
"bin": {
"cycle-scripts": "./index.js"
},
"dependencies": {
"@types/webpack": "^4.4.21",
"@types/webpack-env": "^1.13.6",
"@webpack-blocks/assets": "^2.0.0-alpha",
"@webpack-blocks/core": "^2.0.0-alpha",
"@webpack-blocks/dev-server": "^2.0.0-alpha",
"@webpack-blocks/extract-text": "^2.0.0-alpha",
"@webpack-blocks/postcss": "^2.0.0-alpha",
"@webpack-blocks/sass": "^2.0.0-alpha",
"@webpack-blocks/tslint": "^2.0.0-alpha",
"@webpack-blocks/typescript": "^2.0.0-alpha",
"@webpack-blocks/uglify": "^2.0.0-alpha",
"@webpack-blocks/webpack": "^2.0.0-alpha",
"autoprefixer": "^9.4.2",
"awesome-typescript-loader": "^5.2.1",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.2.0",
"inquirer": "^6.2.1",
"istanbul-instrumenter-loader-fix": "^3.0.2",
"lint-staged": "^8.1.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"node-sass": "^4.11.0",
"nyc": "^13.1.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"typescript": "~3.2.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.5",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@cycle/dom": "^22.3.0",
"@cycle/history": "^7.1.0",
"@cycle/isolate": "^4.2.0",
"@cycle/run": "^5.2.0",
"@cycle/state": "^1.1.0",
"@cycle/time": "^0.19.0",
"@types/mocha": "^5.2.5",
"cyclejs-test-helpers": "^4.0.0",
"cyclejs-utils": "^4.0.2",
"cyclic-router": "^6.0.0",
"release-it": "^9.0.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"snabbdom-looks-like": "^1.0.5",
"snabbdom-pragma": "^2.8.0",
"switch-path": "^1.2.0",
"xstream": "^11.7.0"
}
}