-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 905 Bytes
/
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
{
"name": "blocks-playground",
"version": "0.1.0",
"private": true,
"author": "Brian Ping-Yao Wang <[email protected]>",
"license": "GPL-3.0",
"homepage": "http://wangpy.github.io/blocks-playground",
"dependencies": {
"bootstrap": "^4.0.0",
"clipboard": "^2.0.0",
"google-url": "^0.0.4",
"js-base64": "^2.4.3",
"pako": "^1.0.6",
"react": "^16.2.0",
"react-codemirror": "^1.0.0",
"react-dom": "^16.2.0",
"react-scripts": "^1.1.1",
"reactstrap": "^5.0.0-beta.2",
"uglifyjs-browser": "^1.0.0",
"url-parse": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"flow-bin": "^0.66.0",
"gh-pages": "^1.1.0"
}
}