-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
101 lines (101 loc) · 3.36 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": "sdg",
"version": "1.8.7",
"description": "sdg project",
"main": "src/static/sdg/js/sdg.js",
"directories": {
"doc": "doc"
},
"scripts": {
"collect": "./bin/collect.sh",
"build": "npm run collect && npm run bundle",
"bundle": "webpack",
"test": "karma start",
"watch": "npm run collect && webpack -w"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maykinmedia/sdg.git"
},
"author": "Maykin",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"choices.js": "^10.1.0",
"ckeditor5": "^41.0.0",
"flag-icon-css": "^4.1.6",
"flatpickr": "^4.6.13",
"microscope-sass": "latest",
"pretty-checkbox": "^3.0.3",
"reseter.css": "^2.0.0",
"showdown": "^2.1.0",
"text-diff": "^1.0.1",
"tippy.js": "^6.3.7"
},
"nyc": {
"sourceMap": false,
"instrument": false
},
"devDependencies": {
"@babel/core": "latest",
"@babel/polyfill": "latest",
"@babel/preset-env": "latest",
"@ckeditor/ckeditor5-adapter-ckfinder": "^41.0.0",
"@ckeditor/ckeditor5-autoformat": "^41.0.0",
"@ckeditor/ckeditor5-basic-styles": "^41.0.0",
"@ckeditor/ckeditor5-block-quote": "^41.0.0",
"@ckeditor/ckeditor5-build-classic": "^41.0.0",
"@ckeditor/ckeditor5-dev-utils": "^30.1.3",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^30.1.3",
"@ckeditor/ckeditor5-editor-classic": "^41.0.0",
"@ckeditor/ckeditor5-essentials": "^41.0.0",
"@ckeditor/ckeditor5-heading": "^41.0.0",
"@ckeditor/ckeditor5-link": "^41.0.0",
"@ckeditor/ckeditor5-list": "^41.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^41.0.0",
"@ckeditor/ckeditor5-paragraph": "^41.0.0",
"@ckeditor/ckeditor5-table": "^41.0.0",
"@ckeditor/ckeditor5-theme-lark": "^41.0.0",
"arrayify": "^1.0.0",
"autoprefixer": "^10.4.5",
"babel-loader": "latest",
"babel-plugin-istanbul": "^6.1.1",
"bem.js": "^1.0.10",
"chai": "latest",
"css-loader": "latest",
"cssnano": "^5.1.7",
"engine.io": ">=6.2.0",
"follow-redirects": ">=1.14.9",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-coverage": "latest",
"karma-junit-reporter": "latest",
"karma-mocha": "latest",
"karma-spec-reporter": "latest",
"karma-webpack": "latest",
"log4js": ">=6.4.6",
"marked": ">=4.0.14",
"mini-css-extract-plugin": "latest",
"mocha": "latest",
"nanoid": ">=3.3.3",
"node-forge": ">=1.3.1",
"nth-check": ">=2.0.1",
"postcss": ">=8.4.12",
"postcss-loader": ">=6.2.1",
"postcss-selector-lint": "latest",
"sass": "latest",
"sass-loader": "latest",
"shelljs": ">=0.8.5",
"simulant": "latest",
"sinon": "latest",
"svg-url-loader": "^7.1.1",
"url-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"webpack-stream": "^7.0.0",
"yargs": "latest"
}
}