Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-reactix
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-reactix
Commits
d9757d52
Commit
d9757d52
authored
Apr 17, 2019
by
James Laver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Completely rework package.json. Remove anything not related to the new build process
parent
96731bfd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
822 additions
and
4827 deletions
+822
-4827
package.json
package.json
+14
-48
test.html
test/test.html
+0
-26
yarn.lock
yarn.lock
+808
-4753
No files found.
package.json
View file @
d9757d52
...
...
@@ -3,63 +3,29 @@
"version"
:
"0.1.0"
,
"description"
:
""
,
"scripts"
:
{
"
dev"
:
"webpack-dev-server --env dev --mode development ./src/index
"
,
"
test:headless"
:
"mochapack --webpack-config webpack.config.js --webpack-env test --mode development
"
,
"
test:browser"
:
"webpack-dev-server --env browser --mode development
"
,
"test
:debug"
:
"webpack-dev-server --env test --hot --inline --mode developmen
t"
"
rebuild-set"
:
"spago psc-package-insdhall
"
,
"
install-ps"
:
"psc-package install
"
,
"
build"
:
"pulp browserify -I test --main Test.Main > output/bundle.js
"
,
"test
"
:
"karma star
t"
},
"author"
:
"James Laver"
,
"license"
:
"MPL-2
-or-later
"
,
"license"
:
"
MPL-2
.0
"
,
"devDependencies"
:
{
"
@babel/cli
"
:
"
^7.1.5
"
,
"
@babel/core
"
:
"
^7.1.6
"
,
"
@babel/plugin-proposal-class-properties
"
:
"
^7.1.0
"
,
"
@babel/plugin-proposal-decorators
"
:
"
^7.1.6
"
,
"
@babel/plugin-proposal-export-namespace-from
"
:
"
^7.0.0
"
,
"
@babel/plugin-proposal-function-sent
"
:
"
^7.1.0
"
,
"
@babel/plugin-proposal-json-strings
"
:
"
^7.0.0
"
,
"
@babel/plugin-proposal-numeric-separator
"
:
"
^7.0.0
"
,
"
@babel/plugin-proposal-pipeline-operator
"
:
"
^7.0.0
"
,
"
@babel/plugin-proposal-throw-expressions
"
:
"
^7.0.0
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.0.0
"
,
"
@babel/plugin-syntax-import-meta
"
:
"
^7.0.0
"
,
"
@babel/preset-env
"
:
"
^7.1.6
"
,
"
@babel/preset-react
"
:
"
^7.0.0
"
,
"
@babel/preset-stage-2
"
:
"
^7.0.0
"
,
"
babel-core
"
:
"
^7.0.0-bridge
"
,
"
babel-jest
"
:
"
^23.6.0
"
,
"
babel-loader
"
:
"
^8.0.4
"
,
"
browserify
"
:
"
^16.2.3
"
,
"
chai
"
:
"
^4.2.0
"
,
"
clean-webpack-plugin
"
:
"
^1.0.0
"
,
"
css-loader
"
:
"
^1.0.1
"
,
"
cypress
"
:
"
^3.1.5
"
,
"
envify
"
:
"
^4.1.0
"
,
"
executive
"
:
"
^1.6.3
"
,
"
fast-check
"
:
"
^1.7.1
"
,
"
file-loader
"
:
"
^2.0.0
"
,
"
html-loader
"
:
"
^0.5.5
"
,
"
html-webpack-plugin
"
:
"
^4.0.0-beta.5
"
,
"
karma
"
:
"
^4.0.0
"
,
"
karma
"
:
"
^4.1.0
"
,
"
karma-chrome-launcher
"
:
"
^2.2.0
"
,
"
karma-cli
"
:
"
^2.0.0
"
,
"
karma-mocha
"
:
"
^1.3.0
"
,
"
mini-css-extract-plugin
"
:
"
^0.4.5
"
,
"
mocha
"
:
"
^6.0.0
"
,
"
node-sass
"
:
"
^4.10.0
"
,
"
psc-package
"
:
"
^3.0.1
"
,
"
pulp
"
:
"
^12.4.0
"
,
"
purescript
"
:
"
^0.12.5
"
,
"
purs-loader
"
:
"
^3.2.0
"
,
"
react-testing-library
"
:
"
^5.9.0
"
,
"
sass-loader
"
:
"
^7.1.0
"
,
"
style-loader
"
:
"
^0.23.1
"
,
"
uglify-js
"
:
"
^3.4.9
"
,
"
uglifyify
"
:
"
^5.0.1
"
,
"
webpack
"
:
"
^4.26.0
"
,
"
webpack-cli
"
:
"
^3.1.2
"
,
"
webpack-dev-server
"
:
"
^3.1.10
"
,
"
webpack-node-externals
"
:
"
^1.7.2
"
"
spago
"
:
"
^0.7.5
"
},
"dependencies"
:
{
"
@babel/polyfill
"
:
"
^7.0.0
"
,
"
react
"
:
"
^16.8.2
"
,
"
react-dom
"
:
"
^16.8.2
"
"
react
"
:
"
^16.8.6
"
,
"
react-dom
"
:
"
^16.8.6
"
},
"eslintConfig"
:
{
"extends"
:
"react-app"
...
...
test/test.html
deleted
100644 → 0
View file @
96731bfd
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<title>
Mocha Tests
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/mocha/mocha.css"
/>
</head>
<body>
<div
id=
"mocha"
></div>
<div
id=
"existing"
></div>
<script
src=
"https://unpkg.com/chai/chai.js"
></script>
<script
src=
"https://unpkg.com/mocha/mocha.js"
></script>
<script
class=
"mocha-init"
>
mocha
.
setup
(
'bdd'
);
mocha
.
checkLeaks
();
</script>
<script
src=
"test.array.js"
></script>
<script
src=
"test.object.js"
></script>
<script
src=
"test.xhr.js"
></script>
<script
class=
"mocha-exec"
>
mocha
.
run
();
</script>
</body>
</html>
yarn.lock
View file @
d9757d52
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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