-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.94 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "hyro",
"version": "0.0.0",
"private": true,
"description": "ERC-721 Art Gallery & Marketplace",
"license": "MIT",
"author": "[email protected]",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "",
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js app config lib server tests",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"start": "ember serve",
"test": "ember test"
},
"ember": {
"edition": "octane"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@ember/jquery": "^2.0.0",
"@ember/legacy-built-in-components": "^0.4.1",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.8.1",
"@tholman/intense-images": "^1.0.7",
"@truffle/contract": "^4.5.20",
"@types/ember": "^4.0.1",
"broccoli-asset-rev": "^3.0.0",
"ember-ajax": "^5.1.1",
"ember-auto-import": "^2.4.2",
"ember-classic-decorator": "^3.0.0",
"ember-cli": "~4.6.0",
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-cjs-transform": "^2.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-htmlbars": "^6.1.0",
"ember-cli-ifa": "^0.10.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-mirage": "^2.4.0",
"ember-cli-sass": "^11.0.1",
"ember-cli-terser": "^4.0.2",
"ember-cli-update": "^1.0.1",
"ember-composable-helpers": "^5.0.0",
"ember-data": "~4.4.0",
"ember-decorators": "^6.1.1",
"ember-engines": "^0.8.23",
"ember-export-application-global": "^2.0.1",
"ember-fetch": "^8.1.1",
"ember-get-config": "^2.1.1",
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-modal-dialog": "^4.0.1",
"ember-qunit": "^5.1.5",
"ember-resolver": "^8.0.3",
"ember-router-scroll": "^4.1.2",
"ember-simple-auth": "^4.2.2",
"ember-simple-auth-token": "^5.3.0",
"ember-source": "~4.6.0",
"ember-template-lint": "^4.12.0",
"ember-template-lint-plugin-prettier": "^4.0.0",
"ember-websockets": "^10.2.1",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-decorator-position": "^5.0.1",
"eslint-plugin-ember": "^11.0.5",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-useless-assign": "^1.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.1",
"eslint-plugin-unused-imports": "^2.0.0",
"ipfs": "^0.63.5",
"jquery": "^3.6.0",
"lint-to-the-future": "^1.2.0",
"lint-to-the-future-ember-template": "^1.1.0",
"lint-to-the-future-eslint": "^1.0.0",
"loader.js": "^4.7.0",
"prettier": "2.7.1",
"qunit": "^2.19.1",
"qunit-dom": "^2.0.0",
"sass": "^1.54.3",
"tagless-ember-components-codemod": "^0.5.0",
"webpack": "^5.74.0"
},
"engines": {
"node": "= 16.*.*"
}
}