-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.33 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
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
{
"name": "sealpage",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"bin": {
"sealpage": "./dist/cli.js"
},
"scripts": {
"test": "ts-mocha --paths ./components/**/*.test.ts ./test/**/*.ts -p test/test.tsconfig.json",
"watch": "npm run copy-assets && tsc -p backend.tsconfig.json -w",
"build": "npm run copy-assets && tsc -p backend.tsconfig.json",
"copy-assets": "cp -R -u -p assets dist"
},
"repository": {
"type": "git",
"url": "ssh://git@hub.sealcode.org:62022/diffusion/SEALPAGE/sealpage.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@frctl/fractal": "^1.1.7",
"@types/fs-extra": "^8.0.0",
"@types/htmlparser2": "^3.10.1",
"@types/node": "^12.0.12",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.4",
"@types/uuid": "^3.4.5",
"bluebird": "^3.5.4",
"colors": "^1.3.3",
"glob": "^7.1.3",
"htmlparser2": "^3.10.1",
"http-server": "^0.11.1",
"image-size": "^0.7.4",
"imagemin": "^7.0.0",
"imagemin-optipng": "^7.0.0",
"locreq": "^1.1.0",
"make-dir": "^3.0.0",
"marked": "^0.6.2",
"md5": "^2.2.1",
"md5-file": "^4.0.0",
"mime": "^2.4.3",
"mocha": "^6.1.4",
"node-jsx": "^0.13.3",
"node-watch": "^0.5.9",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"sealious": "sealcode/sealious#39b71ca55fa8b49aa548e8f0e9",
"sharp": "^0.21.3",
"svgo": "^1.3.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"uuid": "^3.3.2",
"yargs": "^13.2.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@types/bluebird": "^3.5.27",
"@types/mocha": "^5.2.7",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.2",
"css-loader": "^3.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-react": "^7.13.0",
"file-loader": "^4.0.0",
"get-folder-size": "^2.0.1",
"node-sass": "^4.12.0",
"react-svg-loader": "^3.0.3",
"rimraf": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-mocha": "^6.0.0",
"webpack": "^4.32.2"
}
}