-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "fft2.test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx parcel *.html ./assets/*",
"build": "npx parcel build *.html ./assets/* --public-url /stego-examples/",
"prepage": "npm run build",
"page": "echo \"require('gh-pages').publish('dist', {repo: '[email protected]:SujiTech/stego-examples.git'}, (e) => console.log(e || 'done'))\" | node",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/ndarray": "^1.0.7",
"@types/node": "^12.7.5",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/styled-components": "^4.1.18",
"gh-pages": "^2.1.1",
"typescript": "^3.5.3"
},
"dependencies": {
"dct": "^0.1.0",
"ml-fft": "^1.3.5",
"ndarray": "^1.0.18",
"ndarray-fft": "^1.0.3",
"ndarray-ops": "^1.2.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"styled-components": "^4.3.2",
"zeros": "^1.0.0"
}
}