-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 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
57
58
59
60
61
62
63
{
"name": "beta.e-ther-inc.com",
"version": "1.0.1",
"private": true,
"license": "MIT",
"files": [
"out"
],
"author": "TED Vortex <[email protected]> (vortex.name)",
"contributors": [
"TED Vortex <[email protected]> (vortex.name)",
"Cristian Ban <[email protected]> (cristianban.com)"
],
"bugs": "https://github.com/e-ther-inc/beta.e-ther-inc.com/issues",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/e-ther-inc/beta.e-ther-inc.com.git"
},
"engines": {
"node": ">=16",
"npm": ">=7"
},
"scripts": {
"next": "npx next",
"start:dev": "npm run next -- dev",
"start": "npm run next -- start",
"build": "npm run next -- build",
"export": "npm run next -- export",
"lint": "npm run next -- lint",
"format": "npm run lint -- --fix",
"push": "cz",
"semantic-release": "semantic-release",
"prepare": "husky install",
"pre-commit": "next lint"
},
"dependencies": {
"@carbon/react": "^0.2.0",
"@carbon/themes": "^10.40.0",
"next": "^11.1.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.38.1"
},
"devDependencies": {
"@open-sauced/semantic-release-conventional-config": "^1.2.0",
"commitizen": "^4.2.4",
"conventional-changelog-conventionalcommits": "^4.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"extracted-loader": "^1.0.7",
"file-loader": "^6.2.0",
"husky": "^7.0.2",
"ignore-loader": "^0.1.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"img-loader": "^4.0.0",
"semantic-release": "^17.4.6",
"url-loader": "^4.1.1"
}
}