-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "god-and-math-timeline",
"version": "1.0.0",
"description": "An interactive timeline describing the historical relationship between Theology and Mathematics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development"
},
"keywords": [
"god",
"math",
"timeline"
],
"author": "Joseph Stewart, Mark Nguyen and Mateo Langston Smith",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"fs": "^0.0.1-security",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"markdown-it": "^8.4.2",
"markdown-it-footnote": "^3.0.1",
"markdown-it-meta": "^0.0.1",
"parse-md": "^1.0.3",
"raw-loader": "^2.0.0",
"react": "^16.8.4",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.8.4",
"react-icons": "^3.5.0",
"react-markdown": "^4.0.6",
"react-scrollmagic": "^2.1.0",
"react-vertical-timeline-component": "^2.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}