-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "microsteps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"babel-runtime": "^6.26.0",
"bcrypt": "^5.0.0",
"bindings": "^1.3.0",
"browserslist": "^4.12.0",
"chai": "^4.2.0",
"core-js": "^2.5.7",
"corejs": "^1.0.0",
"jquery": "^3.5.1",
"nan": "^2.10.0",
"popper.js": "^1.14.4",
"simpl-schema": "^1.5.3"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-meteor": "^7.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.4",
"prettier": "^2.0.5"
},
"scripts": {
"start": "meteor run",
"debug": "meteor run --inspect-brk=9229",
"test": "meteor test --driver-package meteortesting:mocha --full-app"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/funcoderuk/winnermanager.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.org/funcoderuk/winnermanager#readme"
}