-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·61 lines (61 loc) · 1.75 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
59
60
61
{
"name": "etherealmachines.com",
"version": "0.1.0",
"private": true,
"homepage": "https://etherealmachines.com",
"dependencies": {
"@crossfield/react-read-more": "^0.2.0",
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"antd": "^3.26.11",
"axios": "^0.18.0",
"babel-runtime": "^6.26.0",
"cors": "^2.8.5",
"moment": "^2.24.0",
"ory-editor": "^0.4.3",
"react": "^16.3.2",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^16.3.2",
"react-fileupload-progress": "^0.5.0",
"react-helmet": "^5.2.1",
"react-html-parser": "^2.0.2",
"react-lazyload": "^2.3.0",
"react-loadable": "^5.4.0",
"react-modal": "^3.5.1",
"react-quill": "^1.3.1",
"react-read-more-less": "^0.1.6",
"react-redux": "^5.0.7",
"react-responsive-carousel": "^3.1.39",
"react-reveal": "^1.2.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-sitemap": "^1.2.0",
"react-rte": "^0.16.1",
"react-scripts": "1.1.4",
"react-tap-event-plugin": "^3.0.3",
"read-more-react": "^1.0.10",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"sort-by": "^1.2.0",
"uuid": "^3.3.2",
"video-react": "^0.14.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build & npm run sitemap",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"sitemap": "babel-node src/sitemap-generator.js"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^5.4.0",
"gh-pages": "^1.2.0",
"ws": "^3.3.2"
}
}