-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 938 Bytes
/
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
{
"license": "MIT",
"dependencies": {
"@bit/devth.github.git-hub-org-cards": "0.0.6",
"apollo-boost": "0.4.4",
"graphql": "14.7.0",
"graphql-request": "2.0.0",
"highlightjs": "9.16.2",
"if-is-image": "1.0.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"tocbot": "4.12.2",
"snyk": "^1.996.0"
},
"devDependencies": {
"css-loader": "3.2.0",
"husky": "3.0.9",
"node-sass": "7.0.0",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"watch": "1.0.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.9"
},
"scripts": {
"dev": "webpack --mode development",
"dev:watch": "watch 'yarn dev' ./src",
"build": "webpack --mode production",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"husky": {
"hooks": {
"pre-commit": "yarn build; git add resources/templates/themes/devth/js/dist.js"
}
},
"snyk": true
}