-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.29 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
46
47
{
"name": "morphodict",
"private": true,
"engines": {
"node": ">=22.0"
},
"version": "1.0.0",
"description": "Morphodict",
"scripts": {
"build": "rollup -c",
"test": "pipenv run scripts/run-cypress --no-interactive",
"stop-only": "stop-only --folder cypress/e2e",
"reformat": "prettier --write '{frontend,cypress}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UAlbertaALTLab/morphodict.git"
},
"author": "University of Alberta ALTLab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/UAlbertaALTLab/morphodict/issues"
},
"homepage": "https://github.com/UAlbertaALTLab/morphodict#readme",
"devDependencies": {
"@cypress/skip-test": "^2.5.1",
"cypress": "^13.13.1",
"stop-only": "^1.2.1",
"wait-on": "^8.0.0"
},
"dependencies": {
"@altlab/click-in-text": "^0.1.2",
"@popperjs/core": "^2.6.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"acorn": "^7.4.1",
"cssnano": "^5.1.15",
"dotenv": "^8.2.0",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^2.3.2",
"rollup": "^4.22.4",
"rollup-plugin-postcss": "^4.0.2"
}
}