-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"img-using-text": "0.0.2",
"polished": "^1.1.2",
"react": "^15.6.1",
"react-ace": "^4.2.3",
"react-color": "^2.13.4",
"react-copy-to-clipboard": "^5.0.0",
"react-cursor-position": "^2.2.1",
"react-dom": "^15.5.4",
"react-dropzone": "^4.0.0",
"react-helmet": "^5.1.3",
"react-images": "^0.5.4",
"react-router-dom": "^4.1.1",
"react-select": "^1.0.0-rc.4",
"react-share": "^1.15.0",
"react-stripe-checkout": "^2.2.5",
"react-tabs": "^1.1.0",
"react-twitter-widgets": "^1.4.0",
"styled-components": "^2.0.0"
},
"devDependencies": {
"react-scripts": "1.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "s3cmd sync build/* s3://codenail.com && echo '🚀 Deployed!'",
"build-and-deploy": "npm run build && npm run deploy"
}
}