-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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": "javascript-samples",
"version": "6.3.16",
"description": "",
"author": "",
"license": "ISC",
"scripts": {
"build": "gulp production-build",
"serve": "gulp serve",
"postinstall": "gulp copy"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/node": "7.2.2",
"@babel/preset-env": "7.3.4",
"@babel/register": "7.0.0",
"argv": "0.0.2",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"bootstrap": "5.3.3",
"copy-webpack-plugin": "5.0.1",
"css-loader": "2.1.1",
"file-loader": "3.0.1",
"glob": "7.1.3",
"gulp": "^4.0.2",
"gulp-eslint": "5.0.0",
"gulp-gzip": "1.4.2",
"gulp-s3-upload": "1.7.3",
"mini-css-extract-plugin": "0.5.0",
"@popperjs/core": "2.11.8",
"open": "6.0.0",
"require-dir": "1.2.0",
"gulp4-run-sequence": "1.0.1",
"shelljs": "^0.8.4",
"typo-js": "1.0.3",
"webpack": "4.29.6",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.1",
"webpack-stream": "5.2.1"
},
"dependencies": {
"@babel/polyfill": "7.2.5",
"@boldreports/javascript-reporting-controls": "6.3.16",
"@boldreports/javascript-reporting-extensions": "6.3.16",
"codemirror": "5.58.2",
"hasher": "1.2.0",
"jquery": "3.6.0",
"jquery-validation": "1.19.5",
"jsrender": "1.0.2",
"prismjs": "1.27.0",
"whatwg-fetch": "3.0.0",
"html-to-text": "^8.2.0",
"markdown-spellcheck": "^1.3.1"
}
}