This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 4.25 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "pluto-home",
"version": "0.0.1",
"description": "pluto home page node package manager",
"main": "index.js",
"scripts": {
"clean": "rm -rf dst && rm -rf tmp && rm -f dst.zip",
"precommit": "lint-staged",
"build": "npm run clean && npm run build:browser && npm run build:server",
"build:browser": "webpack --config webpack.browser.config.js -p",
"build:server": "webpack --config webpack.server.config.js -p",
"pack": "rm -f dst.zip && rm -f dst/bundleBrowser.js && cp sls/package.json dst/package.json && cd dst && npm install --p && zip -r ../dst.zip . ** && cd ..",
"deploy:stage": "npm run build && babel-node sls/deployToStage.js && cp tmp/version dst && cp sls/handler.js dst && npm run pack && serverless deploy --stage stage && NODE_ENV=stage babel-node ./sls/builds/expireCloudFrontCache",
"deploy:prod": "npm run build && babel-node sls/deployToStage.js && cp tmp/version dst && cp sls/handler.js dst && npm run pack && serverless deploy --stage prod && NODE_ENV=production babel-node ./sls/builds/expireCloudFrontCache",
"dev": "webpack-dev-server --content-base app/ --hot --progress --colors --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pluto-net/home.git"
},
"keywords": [
"pluto",
"pluto-net",
"pluto-network"
],
"lint-staged": {
"*.{jsx,scss}": [
"prettier --write",
"git add"
]
},
"author": "Pluto Network",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pluto-net/home/issues"
},
"homepage": "https://github.com/pluto-net/home#readme",
"devDependencies": {
"autoprefixer": "^7.1.1",
"aws-sdk": "^2.80.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^20.0.3",
"babel-loader": "^6.4.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.4",
"enzyme": "^2.9.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^2.3.1",
"fs-extra": "^3.0.1",
"html-webpack-plugin": "^2.28.0",
"husky": "^0.14.3",
"isomorphic-style-loader": "^3.0.0",
"jest": "^20.0.4",
"json-loader": "^0.5.4",
"lint-staged": "^4.3.0",
"node-sass": "^4.5.3",
"postcss-flexbugs-fixes": "^3.0.0",
"postcss-loader": "^2.0.6",
"precss": "^1.4.0",
"prettier": "^1.5.2",
"prettier-eslint": "^8.8.1",
"raw-loader": "^0.5.1",
"react-test-renderer": "^15.6.1",
"s3": "^4.4.0",
"sass-loader": "^6.0.6",
"serverless": "^1.16.1",
"svg-inline-loader": "^0.7.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"@pluto_network/scinapse-feedback": "0.0.7",
"accept-language": "^3.0.17",
"axios": "^0.16.2",
"babel-runtime": "^6.23.0",
"bootstrap": "^3.3.7",
"formik": "^1.5.8",
"fs": "0.0.1-security",
"history": "^4.6.2",
"immutable": "^4.0.0-rc.2",
"jquery": "^3.2.1",
"lodash.throttle": "^4.1.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-ga": "^2.2.0",
"react-intl": "^2.3.0",
"react-modal-video": "^1.0.7",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"react-slick": "^0.14.11",
"react-svg-inline": "^2.0.0",
"react-tooltip": "^3.3.0",
"react-visibility-sensor": "^3.11.0",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"svg-inline-react": "^1.0.2"
}
}