-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.52 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
{
"name": "plataforma-taturana",
"private": true,
"scripts": {
"start": "meteor run",
"pretest": "npm run lint --silent",
"test": "TEST_BROWSER_DRIVER=nightmare meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_BROWSER_DRIVER=nightmare meteor test --full-app --once --driver-package meteortesting:mocha",
"test-watch": "TEST_BROWSER_DRIVER=nightmare meteor test --driver-package meteortesting:mocha",
"test-app-watch": "TEST_BROWSER_DRIVER=nightmare meteor test --full-app --driver-package meteortesting:mocha",
"test-watch-terminal": "TEST_WATCH=1 TEST_BROWSER_DRIVER=nightmare meteor test --driver-package meteortesting:mocha",
"test-app-watch-terminal": "TEST_WATCH=1 TEST_BROWSER_DRIVER=nightmare meteor test --full-app --driver-package meteortesting:mocha",
"lint": "eslint . || true"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@fortawesome/fontawesome-free": "^5.13.0",
"@sentry/browser": "^5.15.4",
"@sentry/node": "^5.15.4",
"autoprefixer": "^9.7.6",
"bcrypt": "^4",
"bootstrap-sass": "^3.4.1",
"c3": "^0.7.15",
"docx": "^5.2.0",
"faker": "^4.1.0",
"file-saver": "^2.0.2",
"file-type": "^14.7.1",
"jquery": "^3.4.1",
"nouislider": "^12.1.0",
"p-queue": "^6.4.0",
"papaparse": "^4.6.3",
"plyr": "^3.5.10",
"readmore-js": "^2.2.1",
"select2": "^4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.10",
"simpl-schema": "^1.5.7",
"summernote": "^0.8.12",
"underscore": "^1.10.2",
"voca": "^1.4.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"escope": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^7.0.0",
"eslint-plugin-react": "^7.19.0",
"meteor-node-stubs": "^1.0.0",
"nightmare": "^3.0.2",
"shell-source": "^1.1.0",
"shelljs": "^0.8.3"
},
"description": "## Rodando o site com o container docker",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TaturanaMobi/plataforma-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TaturanaMobi/plataforma-frontend/issues"
},
"homepage": "https://github.com/TaturanaMobi/plataforma-frontend#readme"
}