-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 802 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 802 Bytes
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
{
"name": "write-good-web",
"homepage": "https://lyleg.github.io/write-good-web/",
"version": "0.1.0",
"private": true,
"author": "Lyle Garza",
"license": "MIT",
"devDependencies": {
"react-scripts-env-in-html": "0.0.2",
"gh-pages": "^0.12.0",
"list": "^0.9.1",
"sw-precache": "^4.2.3"
},
"dependencies": {
"antd": "^2.5.1",
"draft-js": "^0.9.1",
"draft-js-simpledecorator": "^1.0.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"write-good": "^0.9.1"
},
"scripts": {
"deploy": "gh-pages -d build",
"now-start": "list build/",
"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"
}
}