This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 3.57 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "transcrobes",
"version": "0.1.1-rc1",
"description": "Transcrobes is the central project for the Transcrobes project (https://transcrob.es) and houses the central API for interacting with the system.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "NODE_ENV=development webpack --config test.webpack.config.js --mode=development",
"dev": "NODE_ENV=development webpack --config webpack.config.dev.js --mode development",
"prod": "NODE_ENV=production webpack --config webpack.config.js --mode=production",
"reviewd": "NODE_ENV=development webpack --config review.webpack.config.js --mode=development",
"bcd": "NODE_ENV=development webpack --config bcd.webpack.config.js --mode=development",
"bcp": "NODE_ENV=production webpack --config bcp.webpack.config.js --mode=production",
"libd": "NODE_ENV=development webpack --config utils.webpack.config.js --mode development",
"libp": "NODE_ENV=production webpack --config utils.webpack.config.js --mode production",
"mediad": "NODE_ENV=development webpack --config media.webpack.config.js --mode=development",
"mediap": "NODE_ENV=production webpack --config media.webpack.config.js --mode=production",
"readiumd": "NODE_ENV=development webpack --config readium.webpack.config.js --mode=development",
"readiump": "NODE_ENV=production webpack --config readium.webpack.config.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/transcrobes/transcrobes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/transcrobes/transcrobes/issues"
},
"homepage": "https://github.com/transcrobes/transcrobes#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@types/pouchdb-adapter-http": "^6.1.3",
"@types/pouchdb-adapter-idb": "^6.1.3",
"@types/react": "^17.0.3",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.2",
"@types/react-select": "^4.0.13",
"@types/styled-components": "^5.1.9",
"@types/terser-webpack-plugin": "^5.0.2",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"copy-webpack-plugin": "^7.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@webcomponents/webcomponentsjs": "^2.5.0",
"axios": "^0.21.1",
"css-loader": "^4.3.0",
"dayjs": "^1.10.4",
"epubjs": "^0.3.88",
"hanzi-writer": "^3.1.0",
"html-parsed-element": "^0.4.0",
"idb": "^6.0.0",
"lodash": "^4.17.20",
"node-polyfill-webpack-plugin": "^1.0.3",
"nosleep.js": "^0.12.0",
"npm": "^7.3.0",
"opencc-js": "^1.0.3",
"path-browserify": "^1.0.1",
"pouchdb-adapter-idb": "^7.2.2",
"pouchdb-adapter-memory": "^7.2.2",
"process": "^0.11.10",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.14.0",
"react-icons": "^4.2.0",
"react-select": "^4.3.0",
"reactjs-popup": "^2.0.4",
"rxdb": "^9.15.0",
"style-loader": "^1.3.0",
"styled-components": "^5.2.1",
"subscriptions-transport-ws": "^0.9.18",
"survey-react": "^1.8.23"
}
}