forked from lorikeetui/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.14 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
{
"name": "lorikeet-website",
"version": "1.0.0",
"main": "src/index.js",
"license": "",
"homepage": "https://lorikeetui.github.io/website",
"scripts": {
"start": "react-static start",
"build": "react-static build",
"optimize-svg": "find ./src -name '*.svg' -exec svgo --config '{ \"plugins\": [ { \"removeDesc\": {\"removeAny\": true}, \"removeTitle\": true } ] }' {} \\;",
"generate-favicon": "icon-gen -i favicon.png -o public -r",
"deploy": "NODE_ENV=production SITE_ROOT=https://lorikeetui.github.io BASE_PATH=website npm run build && gh-pages -d dist"
},
"dependencies": {
"@aragon/ui": "^0.18.2",
"react": "^16.1.1",
"react-dom": "^16.0.0",
"react-google-maps": "^9.4.5",
"react-router": "^4.2.0",
"react-static": "^5.7.1",
"react-twitter-widgets": "^1.7.1",
"styled-components": "^3.4.10",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.2.1",
"eslint-config-react-tools": "1.x.x",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^1.1.0",
"icon-gen": "^1.2.0",
"svgo": "^1.0.3"
}
}