-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "tsgriffith",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"build:autotrack": "autotrack -o public/assets/js/autotrack.custom.js -p outboundLinkTracker,urlChangeTracker",
"serve": "serve dist -p 3000"
},
"dependencies": {
"axios": "^0.19.0",
"font-awesome": "^4.7.0",
"gray-matter": "^3.1.1",
"json-loader": "^0.5.7",
"klaw": "^2.1.1",
"marked": "^0.6.2",
"moment": "^2.22.1",
"path": "^0.12.7",
"preact": "^8.2.9",
"react": "^16.3.2",
"react-addons-css-transition-group": "^15.6.2",
"react-document-meta": "^2.1.2",
"react-dom": "^16.3.2",
"react-image-carousel": "^1.0.17",
"react-markdown": "^3.2.1",
"react-moment": "^0.7.0",
"react-router": "^4.2.0",
"react-static": "^5.9.7"
},
"devDependencies": {
"autotrack": "^2.4.1",
"eslint-config-react-tools": "^1.2.5",
"serve": "^6.5.6"
}
}