-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 KB
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
{
"name": "javascript-samples",
"version": "12.1.12",
"description": "",
"author": "",
"license": "ISC",
"scripts": {
"build": "gulp production-build",
"serve": "gulp serve",
"postinstall": "gulp copy"
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"argv": "0.0.2",
"babel-eslint": "10.0.1",
"babel-loader": "9.2.1",
"bootstrap": "5.3.3",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"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": "2.9.2",
"@popperjs/core": "2.11.8",
"require-dir": "1.2.0",
"gulp4-run-sequence": "1.0.1",
"shelljs": "^0.8.4",
"typo-js": "1.0.3",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.1",
"webpack-stream": "7.0.0"
},
"dependencies": {
"@babel/polyfill": "7.2.5",
"@boldreports/javascript-reporting-controls": "12.1.12",
"@boldreports/javascript-reporting-extensions": "12.1.12",
"codemirror": "5.58.2",
"hasher": "1.2.0",
"jquery": "3.6.0",
"jquery-validation": "1.20.0",
"jsrender": "1.0.2",
"prismjs": "1.30.0",
"whatwg-fetch": "3.0.0",
"html-to-text": "^8.2.0",
"markdown-spellcheck": "^1.3.1"
}
}