generated from Arquisoft/viade_0
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 2.95 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
{
"name": "viade_es5b",
"version": "0.1.1",
"homepage": "https://arquisoft.github.io/viade_es5b/",
"private": true,
"dependencies": {
"@inrupt/solid-react-components": "^0.5.0",
"@solid/react": "^1.9.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/react-leaflet": "^2.5.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"bs-custom-file-input": "^1.3.4",
"jquery": "^3.4.1",
"leaflet": "^1.6.0",
"molid": "^0.2.0",
"node": "^13.12.0",
"rdf-namespaces": "^1.8.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.13.1",
"react-grid-gallery": "^0.5.5",
"react-leaflet": "^2.6.3",
"react-loading-overlay": "^1.0.1",
"react-mock-component": "^2.3.1",
"react-notifications-component": "^2.4.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-spinners": "^0.8.1",
"shx": "0.3.2",
"solid-auth-client": "^2.4.1",
"solid-file-client": "^1.0.2",
"source-map-explorer": "^2.4.2",
"standard": "*",
"styled-components": "^4.1.3",
"tripledoc": "^4.3.1"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"test detallados": "test -- --coverage --watchAll=false",
"eject": "react-scripts eject",
"instalar": "npm install",
"reinstalar": "reinstall",
"jest-test": "jest",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"docs": "shx rm -rf build/docs && asciidoctor -D build/docs -a imagesdir=./images -r asciidoctor-diagram src/docs/index.adoc && shx cp -R src/docs/images build/docs",
"instalacionLimpia": "cd node_modules && DEL /F/Q/S *.* > NUL && cd .. && RMDIR /Q/S node_modules && npm install node --max-old-space-size=5120",
"standard": "cd src && standard --fix",
"test:e2e": "jest -c e2e/jest.config.js"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/leaflet-files/**/*",
"!src/index.js",
"!src/BackEnd/**/*",
"!src/serviceWorker.js",
"!src/jest-puppeteer.config.js",
"!src/jest-config.js"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^24.9.0",
"jest-cucumber": "^2.0.11",
"jest-dom": "^4.0.0",
"jest-puppeteer": "^4.4.0",
"jest-react-mock": "^1.0.1",
"puppeteer": "^2.1.1",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.13.1"
}
}