-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 910 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
35
{
"name": "react-auth0-components",
"version": "1.0.4",
"main": "build/index.js",
"browser": "build/index.js",
"module": "src/index.js",
"es2015": "src/index.js",
"author": "Eli Perelman <[email protected]>",
"license": "MPL-2.0",
"repository": "mozilla-frontend-infra/react-auth0-components",
"files": [
"src",
"build",
"es5"
],
"scripts": {
"precommit": "neutrino stage",
"build": "neutrino build",
"lint": "neutrino lint",
"prepare": "neutrino build",
"start": "neutrino styleguide:start",
"deploy": "neutrino styleguide:build && gh-pages --remote upstream -d styleguide"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"neutrino": "^8.1.2",
"neutrino-preset-mozilla-frontend-infra": "^4.1.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"auth0-js": "^9.13.2"
}
}