-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.26 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
{
"private": true,
"dependencies": {
"bulma": "^0.9.0",
"feather-icons": "^4.29.0",
"highlight.js": "^11.5.1"
},
"type": "module",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"css-loader": "^6.5.1",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"gulp": "^4.0.0",
"gulp-env": "^0.4.0",
"gulp-util": "^3.0.8",
"jsdom": "^18.1.1",
"lodash.template": ">=4.5.0",
"mini-css-extract-plugin": "^2.4.5",
"nan": "^2.11.0",
"node-sass": "^9.0.0",
"path": "^0.12.7",
"raw-loader": "^4.0.2",
"sass-loader": "^13.0.0",
"script-loader": "^0.7.2",
"style-loader": "^3.3.1",
"webpack": "^5.44.0",
"webpack-dev-server": "^4.5.0",
"webpack-manifest-plugin": "^4.0.2"
},
"scripts": {
"gulp": "gulp",
"lint": "eslint --ext .js,.jsx src/website/assets/js/**/*"
}
}