-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 4.12 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "inloco-2.0",
"version": "1.0.0",
"description": "Plataforma digital que reúne em um banco de dados informações sociais, institucionais e administrativas, relacionadas ao MP-RJ.",
"main": "index.js",
"dependencies": {
"axios": "^0.16.1",
"babel-preset-stage-2": "^6.24.1",
"chalk": "^2.2.0",
"chart.js": "^2.6.0",
"copy-dir": "^0.3.0",
"cpx": "^1.5.0",
"font-awesome": "^4.7.0",
"html2canvas": "^0.5.0-beta4",
"intro.js": "^2.8.0-alpha.1",
"intro.js-react": "^0.1.5",
"jspdf": "^1.3.3",
"leaflet": "1.3.1",
"leaflet-draw": "^1.0.2",
"mkdirp": "^0.5.1",
"proj4": "^2.4.4",
"react": "15.4.2",
"react-chartjs-2": "^2.6.1",
"react-clipboard.js": "^1.1.2",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "15.4.2",
"react-ga": "^2.3.4",
"react-leaflet": "^1.9.1",
"react-leaflet-draw": "^0.16.0",
"react-measure": "^2.0.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^7.1.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.0.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.0.15",
"cross-env": "^3.1.4",
"css-loader": "^0.14.5",
"enzyme": "^2.8.0",
"enzyme-to-json": "^1.5.0",
"esdoc": "^0.5.2",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"hoek": "^5.0.3",
"http-proxy-middleware": "^0.17.4",
"jest": "^19.0.2",
"node-sass": "^4.9.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"react-test-renderer": "15.4.2",
"redux-logger": "^3.0.6",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"uglify-js": "^3.1.3",
"uglify-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.8",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^2.4.5",
"webpack-hot-middleware": "^2.0.0"
},
"scripts": {
"copyfiles": "node copy_modules.js && node copy_static.js",
"start": "npm run copyfiles && webpack-dev-server --host 0.0.0.0",
"full": "npm run copyfiles && jest && esdoc -c esdoc.json && webpack-dev-server",
"outside": "npm run copyfiles && webpack-dev-server --port 3000 --host 10.32.4.107",
"logrequests": "npm run copyfiles && cross-env DEBUG='express:*' webpack-dev-server",
"mprj": "npm run copyfiles && cross-env NODE_ENV=mprj webpack-dev-server",
"prod": "npm run copyfiles && cross-env NODE_ENV=production webpack-dev-server --env.prod=true",
"prebuild": "rm -rf inloco inloco.zip 2> /dev/null",
"build": "npm run copyfiles && cross-env NODE_ENV=production webpack --env.prod=true",
"postbuild": "mv static inloco && zip -r inloco.zip inloco",
"lint": "eslint ./client ./webpack.config.js -f table || true",
"doc": "esdoc -c esdoc.json",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"tests-boilerplate": "node tests/test_generator.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MinisterioPublicoRJ/inLoco-2.0.git"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"setupFiles": [
"./jestsetup.js"
],
"snapshotSerializers": [
"<rootDir>/node_modules/enzyme-to-json/serializer"
],
"transform": {
"^.+\\.js$": "babel-jest"
},
"moduleFileExtensions": [
"js"
],
"moduleDirectories": [
"node_modules",
"src"
],
"moduleNameMapper": {
"\\.(css|less|scss|jpg|png)$": "<rootDir>/mocks/cssStub.js"
},
"roots": [
"<rootDir>/tests/"
]
},
"author": "Ministério Público do Rio de Janeiro",
"license": "ISC",
"snyk": true
}