This repository was archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
39
40
41
42
43
44
{
"name": "bookmarkd",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"expect": "^1.20.2",
"nock": "^9.0.13",
"npm-run-all": "^4.0.2",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "0.9.5",
"react-test-renderer": "^15.5.4",
"redux-mock-store": "^1.2.3",
"stdio": "^0.2.7",
"sw-precache": "^5.1.1",
"unzipper": "^0.8.8",
"xml2json": "^0.11.0"
},
"dependencies": {
"node-fetch": "^1.6.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-reader": "^0.13.3",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-offline": "^2.0.0",
"redux-promise": "^0.5.3",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0",
"styled-components": "^1.4.6",
"uuid": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"rename": "mv build/index.html build/200.html",
"surge": "surge ./build --domain bookmarkd-app.surge.sh",
"deploy": "run-s build rename surge"
}
}