-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.55 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
{
"name": "nvqeb-web",
"description": "Não vá que é barril web",
"version": "1.0.0",
"license": "UNLICENSED",
"scripts": {
"upgrade-packages": "yarn upgrade && yarn code-check",
"code-check": "yarn tsc && yarn tslint",
"tslint": "tslint -c tslint.json -p .",
"tsc": "npx tsc --noEmit",
"dev": "NODE_ENV=develop && ./node_modules/.bin/parcel src/index.html -d dev --port 3000 || @echo 'set is only for windows' && yarn devWindows",
"devWindows": "set NODE_ENV=develop && ./node_modules/.bin/parcel src/index.html -d dev --port 3000",
"build": "NODE_ENV=$NODE_ENV && ./node_modules/.bin/parcel build src/index.html",
"test": "npx ./node_modules/.bin/parcel build src/test.ts -d out --no-minify --target=node && node out/test.js"
},
"dependencies": {
"@date-io/date-fns": "^1.1.0",
"@material-ui/core": "^3.8.1",
"@material-ui/icons": "^3.0.2",
"@startapp/nvqeb-user-api": "^1.0.3183",
"autosuggest-highlight": "^3.1.1",
"cpf-cnpj-validator": "^0.0.6",
"date-fns": "2.0.0-alpha.25",
"diacritic-regex": "^1.0.0",
"downshift": "^3.2.7",
"history": "^4.7.2",
"localized-strings": "^0.2.1",
"material-ui-pickers": "^2.2.4",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-react-router": "^4.0.5",
"moment": "^2.20.1",
"papaparse": "^4.6.3",
"react": ">=15.0.0",
"react-dom": ">=15.0.0",
"react-image-crop": "^6.0.18",
"react-input-mask": "^2.0.4",
"react-quill": "^1.3.3",
"react-router-dom": "^4.3.1",
"src": "^1.1.2"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/parser": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.3.4",
"@types/history": "^4.7.2",
"@types/papaparse": "^4.5.9",
"@types/react": "^16.0.31",
"@types/react-dom": "^16.0.3",
"@types/react-input-mask": "^2.0.1",
"@types/react-router-dom": "^4.3.1",
"parcel": "^1.11.0",
"parcel-bundler": "^1.11.0",
"parcel-plugin-static-files-copy": "^2.0.0",
"sass": "^1.16.0",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-immutable": "^5.0.1",
"typescript": "^3.3.3"
}
}