-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 935 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": "startups-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"publish-prod": "npm run build && python publish.py --stage prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo-technology/startups-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neo-technology/startups-frontend/issues"
},
"homepage": "https://github.com/neo-technology/startups-frontend#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"auth0-js": "^9.13.2"
}
}