-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"homepage": "https://dchang10.github.io/hydrogen-atom/",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.1.0",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.19",
"ajv": "^6.5.2",
"aws-sdk": "^2.274.1",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.2",
"draft-js": "^0.10.5",
"draft-js-export-html": "^1.2.0",
"draft-js-inline-toolbar-plugin": "^2.0.3",
"draft-js-plugins-editor": "^2.1.1",
"fs": "0.0.1-security",
"gaussian-fit": "^1.0.0",
"html-to-react": "^1.3.4",
"immutable": "^3.8.2",
"jquery": "^3.4.1",
"katex": "^0.5.1",
"mathjax": "^2.7.4",
"mathjax-node": "^2.1.1",
"popper": "^1.0.1",
"popper.js": "^1.14.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-input-slider": "^5.0.14",
"react-load-script": "0.0.6",
"react-mathjax2": "0.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"systemjs": "^0.21.4",
"three": "^0.90.0",
"three-orbit-controls": "^82.1.0"
},
"scripts": {
"restart": "pm2 startOrRestart ecosystem.config.js",
"deploy": "pm2 deploy ecosystem.config.js production",
"test": "react-scripts test --env=jsdom",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git:github.com/dchang10/dchang10.github.io.git"
},
"devDependencies": {
"pm2": "^2.10.4"
}
}