-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mofacts-automated-authoring",
"version": "2.0.7",
"description": "Mofacts Automated Authoring",
"repository": {
"url": "https://github.com/aolney/mofacts-automated-authoring"
},
"scripts": {
"start": "webpack-dev-server",
"publish": "gh-pages -d deploy",
"deploy": "webpack --mode production",
"node-build": "fable-splitter src -o node-build --commonjs",
"node-build-with-sourcemaps": "fable-splitter src -o node-build --commonjs -c splitter.config.js",
"pretest": "fable-splitter tests -o test-build --commonjs",
"test": "mocha test-build -r jsdom-global/register -t 10000 --require tests/test-setup.js"
},
"keywords": [
"subtitle",
"speech",
"alignment",
"manual"
],
"author": "Andrew M. Olney",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"bulma": "^0.9.3",
"diff": "^4.0.2",
"isomorphic-fetch": "^3.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"transliteration": "^2.1.7"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^6.3.0",
"core-js": "^3.0.0",
"css-loader": "^5.2.6",
"fable-compiler": "^2.8.4",
"fable-loader": "^2.1.9",
"fable-splitter": "^2.1.13",
"file-loader": "^6.0.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^5.0.0",
"jsdom": "^16.5.0",
"jsdom-global": "^3.0.2",
"loglevel": "^1.5.0",
"mini-css-extract-plugin": "^2.0.0",
"mocha": "^9.2.2",
"node-sass": "^7.0.3",
"raf-stub": "^2.0.2",
"remotedev": "^0.2.9",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.11.1"
}
}