-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 KB
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": "memri-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx ts-mocha 'tests/**/*Tests.ts'",
"build": "webpack",
"publish-gh-pages": "cd dist; git init .;git add .; git commit -am build-demo; git push git@gitlab.memri.io:memri/browser-application.git +HEAD:gh-pages",
"start": "webpack-dev-server",
"start-dev": "webpack-dev-server --ftst"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"ace-builds": "^1.4.12",
"dompurify": "^2.2.2",
"file-loader": "^6.0.0",
"ftst-loader": "latest",
"mocha": "^8.0.1",
"nsp": "^3.2.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"slate": "latest",
"slate-history": "latest",
"slate-hyperscript": "latest",
"slate-react": "latest",
"text-loader": "0.0.1",
"ts-loader": "^7.0.5",
"ts-mocha": "^8.0.0",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"worker-loader": "^2.0.0",
"elliptic": "^6.5.3",
"moment": "^2.29.1",
"copy-webpack-plugin": "6.0.0"
},
"devDependencies": {
"@types/elliptic": "^6.4.12"
}
}