FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
OneNotePicker-JS/package.json at master · OneNoteDev/OneNotePicker-JS · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
OneNoteDev
/
OneNotePicker-JS
Public archive
Notifications
You must be signed in to change notification settings
Fork
8
Star
26
Code
Issues
14
Pull requests
15
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
OneNotePicker-JS
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
86 lines (86 loc) · 2.71 KB
Breadcrumbs
OneNotePicker-JS
/
package.json
Copy path
File metadata and controls
86 lines (86 loc) · 2.71 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
onenotepicker
"
,
"version"
:
"
3.0.12
"
,
"files"
: [
"
dist/**/*
"
],
"main"
:
"
dist/index.js
"
,
"types"
:
"
dist/index.d.ts
"
,
"dependencies"
: {
"bulma"
:
"
^0.4.2
"
,
"mini-css-extract-plugin"
:
"
^0.4.0
"
,
"office-ui-fabric-react"
:
"
^6.94.0
"
,
"onenoteapi"
:
"
^2.0.15
"
,
"react"
:
"
16.4.2
"
,
"react-dom"
:
"
16.4.2
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/OneNoteDev/OneNotePicker-JS.git
"
},
"devDependencies"
: {
"@types/classnames"
:
"
^2.2.0
"
,
"@types/enzyme"
:
"
^2.8.0
"
,
"@types/es6-shim"
:
"
^0.31.34
"
,
"@types/history"
:
"
^4.5.2
"
,
"@types/jasmine"
:
"
^2.5.51
"
,
"@types/node"
:
"
^7.0.29
"
,
"@types/react"
:
"
16.0.38
"
,
"@types/react-dom"
:
"
16.0.4
"
,
"@types/sinon"
:
"
^2.3.1
"
,
"@types/webpack"
:
"
^2.2.15
"
,
"@types/webpack-env"
:
"
^1.13.0
"
,
"awesome-typescript-loader"
:
"
3.2.1
"
,
"copy-webpack-plugin"
:
"
^4.5.3
"
,
"cors"
:
"
^2.8.4
"
,
"cross-env"
:
"
^5.0.1
"
,
"css-loader"
:
"
^0.28.4
"
,
"cssnano"
:
"
^3.10.0
"
,
"dts-bundle"
:
"
^0.7.2
"
,
"enzyme"
:
"
^2.8.2
"
,
"es6-promise"
:
"
^4.1.0
"
,
"express"
:
"
^4.16.2
"
,
"extract-text-webpack-plugin"
:
"
^2.1.2
"
,
"file-loader"
:
"
^0.11.2
"
,
"html-loader"
:
"
^0.4.5
"
,
"jasmine"
:
"
^2.6.0
"
,
"jasmine-core"
:
"
^2.6.3
"
,
"karma"
:
"
^6.3.2
"
,
"karma-jasmine"
:
"
^1.1.0
"
,
"karma-phantomjs-launcher"
:
"
^1.0.4
"
,
"karma-spec-reporter"
:
"
0.0.31
"
,
"karma-typescript"
:
"
^3.0.3
"
,
"node-sass"
:
"
^4.5.3
"
,
"path"
:
"
^0.12.7
"
,
"phantomjs-polyfill-find"
:
"
^0.0.1
"
,
"postcss-cssnext"
:
"
^3.1.0
"
,
"postcss-loader"
:
"
^2.1.5
"
,
"react-addons-test-utils"
:
"
^15.6.2
"
,
"react-dev-utils"
:
"
^4.1.0
"
,
"react-hot-loader"
:
"
^1.3.1
"
,
"react-popper"
:
"
0.10.1
"
,
"react-test-renderer"
:
"
^15.6.2
"
,
"rimraf"
:
"
^2.6.1
"
,
"sinon"
:
"
^2.3.2
"
,
"style-loader"
:
"
^0.18.2
"
,
"ts-loader"
:
"
^4.3.0
"
,
"tslint"
:
"
^5.4.3
"
,
"typescript"
:
"
2.8.4
"
,
"url-loader"
:
"
^0.5.8
"
,
"wallaby-webpack"
:
"
0.0.38
"
,
"webpack"
:
"
^4.8.2
"
,
"webpack-bundle-analyzer"
:
"
^2.8.2
"
,
"webpack-cli"
:
"
^3.0.3
"
,
"webpack-dev-server"
:
"
^3.1.4
"
,
"webpack-merge"
:
"
^4.1.0
"
},
"scripts"
: {
"test"
:
"
cross-env NODE_ENV=test karma start
"
,
"clean"
:
"
rimraf dist
"
,
"start"
:
"
webpack-dev-server --debug --output-pathinfo --history-api-fallback --hot --inline --progress --colors --port 3000 --open
"
,
"build"
:
"
rimraf dist && cross-env NODE_ENV=production webpack --progress --colors && tsc --declaration true
"
,
"analyze"
:
"
cross-env NODE_ENV=analyze webpack --progress --colors
"
,
"static-content-serve"
:
"
node ./static-server.js
"
,
"static-content-build"
:
"
cross-env NODE_ENV=production webpack --progress --colors --watch && tsc -- declaration true
"
}
}
Back
|
FazBrowse Home
|
New Git URL