-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.78 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
{
"name": "glambulator",
"version": "1.0.1",
"description": "Application for exploring cidoc-crm specification, implementations thereof, and collections organized by it",
"scripts": {
"clean-dist": "node_modules/.bin/rimraf ./dist && mkdir dist",
"flow": "flow",
"lint": "node_modules/.bin/esw src",
"lint:watch": "npm run lint -- --watch",
"serve": "node_modules/.bin/webpack-dev-server -d --progress --colors --inline --hot --open --content-base src/",
"start": "npm-run-all --parallel serve lint:watch test:watch",
"test": "mocha --compilers js:babel-core/register --require ./test/setup.js --reporter progress \"test/**/*.spec.js\"",
"test:watch": "npm run test -- --watch"
},
"author": "@michaelnetbiz",
"license": "MIT",
"keywords": [
"application",
"british-museum",
"cidoc-crm",
"cultural-heritage",
"cultural-heritage-informatics",
"react-js",
"redux",
"sparql"
],
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-register": "^6.24.1",
"chai": "^4.0.0",
"css-loader": "^0.28.4",
"eslint": "^4.19.1",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eslint-watch": "^3.1.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.11.1",
"flow-bin": "^0.47.0",
"flow-typed": "^2.1.2",
"html-webpack-plugin": "^2.28.0",
"html-webpack-template": "^6.0.1",
"jsdom": "^11.0.0",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"normalize-scss": "^7.0.0",
"npm-run-all": "^4.0.2",
"react-addons-test-utils": "^15.5.1",
"redux-immutable-state-invariant": "^2.0.0",
"redux-logger": "^3.0.6",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.4.5",
"webpack-hot-middleware": "^2.18.0"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelnetbiz/glambulator"
},
"dependencies": {
"d3-drag": "^1.1.0",
"d3-force": "^1.0.6",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"material-ui": "^0.18.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"xml-loader": "^1.2.1",
"xml2js": "^0.4.17"
}
}