forked from observable-playground/observable-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.77 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
{
"name": "observable-playground",
"private": true,
"version": "0.3.2",
"homepage": "https://thinkrx.io",
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "node-sass-chokidar src/ -o src/ --watch --skip-initial --recursive",
"start": "npm run build-css && npm run watch-css & react-static start",
"stage": "npm run build-css && react-static build --staging",
"build": "npm run build-css && react-static build",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3000 -s",
"publish": "gh-pages -d dist -r https://github.com/observable-playground/observable-playground.github.io.git -b master -m \"Updates $(git log -1 --pretty=format:'%h - %s' --abbrev-commit)\""
},
"dependencies": {
"@babel/standalone": "7.4.5",
"@fortawesome/fontawesome-svg-core": "1.2.18",
"@fortawesome/free-brands-svg-icons": "5.8.2",
"@fortawesome/free-solid-svg-icons": "5.8.2",
"@fortawesome/react-fontawesome": "0.1.4",
"@reach/router": "1.2.1",
"axios": "0.18.0",
"baconjs": "3.0.3",
"brace": "0.11.1",
"d3": "5.9.2",
"kefir": "3.8.6",
"lodash": "4.17.11",
"node-sass-chokidar": "1.3.5",
"normalize.css": "8.0.1",
"promise-polyfill": "8.1.0",
"react": "16.8.6",
"react-ace": "7.0.1",
"react-dom": "16.8.6",
"react-markdown": "4.0.8",
"react-static": "7.0.10",
"react-static-plugin-reach-router": "7.0.10",
"react-static-plugin-sitemap": "7.0.10",
"react-static-plugin-source-filesystem": "7.0.10",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"save-svg-as-png": "1.4.14"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"gh-pages": "2.0.1",
"raw-loader": "2.0.0",
"serve": "11.0.1"
}
}