-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 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
{
"name": "@stuyspec/article_extensions",
"version": "2.0.2",
"description": "A module containing React components used to add rich, interactive multimedia content to the Stuyvesant Spectator website and CMS.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "The Stuyvesant Spectator Web Department",
"license": "MIT",
"bundleDependencies": "false",
"peerDependencies": {
"react": "^16.8.0",
"@types/react": "^16.8.0",
"react-dom": "^16.8.0",
"@types/react-dom": "^16.8.0"
},
"dependencies": {
"@types/chart.js": "^2.8.11",
"@types/react-slick": "^0.23.4",
"chart.js": "^2.8.0",
"react-chartjs-2": "^2.7.6",
"react-jss": "^10.0.0-alpha.24",
"react-slick": "^0.25.2"
},
"devDependencies": {
"typescript": "3.x"
},
"files": [
"dist"
]
}