forked from LOS-ESSnet/SPARQL-React
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.81 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
{
"name": "SPARQL-React",
"version": "0.0.1",
"description": "React demo Web application to consume and display SPARQL data",
"author": "LOS ESSnet",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LOS-ESSnet/SPARQL-React.git"
},
"homepage": "https://interstat.opsi-lab.it/sparql-react/",
"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": "^16.3.2",
"react-dom": "^16.3.2",
"react-loading": "^2.0.2",
"react-map-gl": "4.0.10",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-select": "^2.0.0",
"react-tap-event-plugin": "^3.0.2",
"react-transition-group": "^2.4.0",
"react-vis": "^1.9.2",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sass": "^1.32.5",
"sparql-connect": "^0.1.6",
"wellknown": "^0.5.0"
},
"scripts": {
"start": "cross-env NODE_PATH=src/ react-scripts start",
"build": "cross-env NODE_PATH=src/ react-scripts build",
"test": "cross-env NODE_PATH=src/ react-scripts test --env=jsdom",
"build-test": "yarn test --coverage",
"eject": "react-scripts eject",
"start-storybook": "cross-env NODE_PATH=src/ start-storybook -p 9999",
"build-storybook": "cross-env NODE_PATH=src/ build-storybook -o built-storybook/storybook"
},
"devDependencies": {
"@storybook/addon-knobs": "^3.4.8",
"@storybook/react": "^3.4.8",
"cross-env": "^5.1.4",
"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"
}
}