-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "simsec-luminate",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/simplysecure/simsec-luminate.git"
},
"description": "",
"main": "index.js",
"scripts": {
"build:dev": "webpack",
"build:prod": "webpack -p --env production",
"lint": "eslint ./source/_js/**/*.js",
"test": "echo \"No tests\" && exit 0",
"deploy": "gulp deploy",
"mocha-watch": "mocha -w --recursive $(find spec -name '*.js')"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"chai": "^4.3.4",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-gh-pages": "shinnn/gulp-gh-pages",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "^4.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-spawn-mocha": "^6.0.0",
"jquery": "^3.6.0",
"jsdom": "^16.6.0",
"mocha": "^6.2.3",
"prettier": "^2.3.1",
"run-sequence": "^2.2.1",
"sass": "^1.45.2",
"terser-webpack-plugin": "^5.3.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"gulp": "^4.0.2"
}
}