-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
94 lines (94 loc) · 2.75 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
{
"name": "s-s-f.de",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:MartinMuzatko/s-s-f.de.git",
"author": "Martin Muzatko <[email protected]>",
"license": "MIT",
"dependencies": {
"@ckeditor/ckeditor5-editor-classic": "^0.7.3",
"array-move": "^1.0.0",
"autoprefixer": "^6.7.6",
"ava": "^0.22.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015-node4": "^2.1.1",
"babel-preset-es2015-riot": "^1.1.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.18.13",
"chartist": "^0.11.0",
"chartist-plugin-axistitle": "0.0.1",
"chartist-plugin-pointlabels": "0.0.5",
"ckeditor": "^4.7.2",
"ckeditor5": "^0.0.1-security",
"css-loader": "^0.27.3",
"cssnano": "^3.10.0",
"date-fns": "^1.28.4",
"debounce": "^1.0.2",
"dragula": "^3.7.2",
"extend": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"fitter-happier-text": "^0.0.7",
"fitty": "^2.2.3",
"flatpickr": "3",
"flexproperties": "^1.1.4",
"flickity": "^2.0.9",
"gaugeJS": "^1.3.5",
"gravatar-url": "^2.0.0",
"js-htmlencode": "^0.3.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"lodash": "^4.17.4",
"lory.js": "^2.3.3",
"node-sass": "^4.5.3",
"normalize.css": "^5.0.0",
"nouislider": "^9.2.0",
"peppermint": "^0.0.1",
"plop": "^1.7.4",
"postcss": "^5.2.15",
"postcss-loader": "^1.3.3",
"query-string": "^6.0.0",
"raw-loader": "^0.5.1",
"riot": "^3.4.4",
"riot-loader": "^1.0.0",
"riot-route": "^3.1.0",
"riotjs-loader": "^4.0.0",
"sass-loader": "^6.0.2",
"siema": "^1.4.6",
"text-mask": "0.0.2",
"text-mask-addons": "^3.7.1",
"tinymce": "^4.6.6",
"url-loader": "^0.5.8",
"waypoints": "^4.0.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-pwa-manifest": "^3.2.0",
"wnumb": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync-webpack-plugin": "^1.1.4",
"chartist-plugin-tooltips": "0.0.17"
},
"scripts": {
"test": "ava"
},
"ava": {
"require": "babel-core/register"
}
}