-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.46 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.46 KB
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
{
"name": "chouffe",
"version": "0.0.1",
"description": "React demo Web application to consume and display SPARQL data",
"author": "Duvel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Funathon-Duvel/Chouffe"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"d3-format": "^1.3.0",
"immutable": "^3.8.2",
"material-ui": "^0.20.0",
"material-ui-datatables": "^0.18.2",
"primereact": "^3.1.0",
"prop-types": "^15.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading": "^2.0.2",
"react-map-gl": "4.0.10",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^2.0.0",
"react-tap-event-plugin": "^3.0.2",
"react-transition-group": "^2.4.0",
"react-vis": "^1.9.2",
"recoil": "^0.3.1",
"sass": "^1.32.5",
"wellknown": "^0.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"prettier": "^1.13.5"
},
"prettier": {
"singleQuote": true,
"semi": true,
"useTabs": true,
"bracketSpacing": true,
"trailingComma": "es5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}