forked from UAlbertaALTLab/morphodict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.56 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "cree-intelligent-dictionary",
"version": "1.0.0",
"description": "Cree Intelligent Dictionary",
"scripts": {
"build": "rollup -c",
"test": "pipenv run dev & $(npm bin)/wait-on tcp:127.0.0.1:8000 && $(npm bin)/cypress run",
"stop-only": "stop-only --folder cypress/integration",
"cypress": "npx wait-on tcp:127.0.0.1:8000 && npx cypress run",
"test:ci": "pipenv run ensuretestdb && (pipenv run runserver_for_tests & trap 'kill %1' 0 1 2 3 15; $(npm bin)/wait-on -t 30000 tcp:127.0.0.1:8000 && $(npm bin)/cypress run $CYPRESS_OPTS)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UAlbertaALTLab/cree-intelligent-dictionary.git"
},
"author": "University of Alberta ALTLab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/UAlbertaALTLab/cree-intelligent-dictionary/issues"
},
"homepage": "https://github.com/UAlbertaALTLab/cree-intelligent-dictionary#readme",
"devDependencies": {
"@cypress/skip-test": "^2.5.1",
"cypress": "^6.2.0",
"stop-only": "^3.1.0",
"wait-on": "^3.3.0"
},
"dependencies": {
"@altlab/click-in-text": "^0.1.2",
"@popperjs/core": "^2.6.0",
"acorn": "^7.4.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"node-sass": "^4.14.1",
"postcss-cli": "^7.1.2",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.9.0",
"rollup-plugin-terser": "^5.3.1"
}
}