-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1007 Bytes
/
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
{
"name": "pantheon",
"version": "2.0.0",
"description": "Pantheon as a Node.js app using Express 4 with Webpack, React, D3plus",
"main": "src/index.js",
"scripts": {
"dev": "canon-dev",
"build": "canon-build",
"start": "canon-start",
"locales": "canon-locales",
"setup": "canon-setup",
"release": "canon-release"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Datawheel/pantheon2.git"
},
"keywords": [
"culture",
"history",
"wikipedia",
"node",
"react"
],
"author": "Alexander Simoes",
"license": "MIT",
"bugs": {
"url": "https://github.com/Datawheel/pantheon2/issues"
},
"homepage": "https://github.com/Datawheel/pantheon2#readme",
"dependencies": {
"@datawheel/canon-core": "^0.18.8",
"async-throttle": "^1.1.0",
"numeral": "^2.0.6",
"pluralize": "^8.0.0",
"puppeteer": "^5.2.1",
"react-scroll": "^1.7.14",
"react-table": "^6.10.3",
"twitter-lite": "^0.9.4"
}
}