Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
69f3759be9e2
Commit
2705134b
authored
Mar 11, 2020
by
Nicolas Chauvat
Browse files
[package] Update libs
parent
5c0ecf23f660
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/package.json
View file @
69f3759b
...
...
@@ -6,6 +6,7 @@
"clean"
:
"rm -rf build"
,
"format"
:
"tsfmt -r"
,
"build"
:
"tsfmt --verify && tslint -p . -c tslint.json 'src/**/*.ts*' && webpack"
,
"build:watch"
:
"webpack --watch"
,
"build:production"
:
"NODE_ENV=production tsfmt --verify && tslint -p . -c tslint.json 'src/**/*.ts*' && webpack"
,
"test"
:
"mocha --reporter spec --require ts-node/register src/**/*.test.ts"
,
"linter"
:
"tslint -p . -c tslint.json 'src/**/*.ts*' --fix"
...
...
@@ -34,18 +35,18 @@
"@types/mocha"
:
"^5.2.5"
,
"@types/node"
:
"10.11.0"
,
"@types/rdflib"
:
"^0.17.0"
,
"@types/react"
:
"^16.
4.6
"
,
"@types/react"
:
"^16.
9.21
"
,
"@types/react-dom"
:
"^16.0.6"
,
"awesome-typescript-loader"
:
"^5.2.0"
,
"copy-webpack-plugin"
:
"^4.5.2"
,
"mocha"
:
"^5.2.0"
,
"source-map-loader"
:
"^0.2.3"
,
"tslint"
:
"^5.11.0"
,
"ts-node"
:
"^7.0.1"
,
"tslint"
:
"^5.11.0"
,
"typescript"
:
"^2.9.2"
,
"typescript-formatter"
:
"^7.2.2"
,
"webpack"
:
"^4.
20.2
"
,
"webpack-cli"
:
"^3.1
.
1"
,
"webpack"
:
"^4.
41.6
"
,
"webpack-cli"
:
"^3.
3.
11"
,
"webpack-dev-server"
:
"^3.0.0"
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment