-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.58 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
{
"name": "html_projects",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"@types/lodash": "4.14.123",
"@types/node": "7.0.5",
"@types/react": "16.8.6",
"@types/react-beautiful-dnd": "6.0.1",
"@types/react-bootstrap": "0.32.11",
"@types/react-dom": "16.8.3",
"@types/sha1": "^1.1.1",
"@types/yandex-maps": "^2.1.5",
"classnames": "^2.2.6",
"gulp": "3.9.1",
"konva": "2.5.1",
"lodash": "4.17.11",
"natives": "^1.1.6",
"react": "16.8.6",
"react-beautiful-dnd": "6.0.2",
"react-bootstrap": "0.32.1",
"react-dom": "16.8.6",
"react-scripts-ts": "1.0.6",
"rxjs": "6.2.2",
"sha1": "^1.1.1"
},
"devDependencies": {
"@material-ui/core": "3.9.3",
"@material-ui/icons": "3.0.2",
"@types/chai": "4.1.6",
"@types/mocha": "5.2.5",
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"gulp": "3.9.1",
"gulp-mocha": "5.0.0",
"gulp-sass": "4.0.1",
"gulp-sequence": "1.0.0",
"gulp-tslint": "8.1.3",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.0",
"mocha": "5.1.0",
"path": "0.12.7",
"require-dir": "1.0.0",
"sinon": "4.4.6",
"ts-loader": "4.2.0",
"ts-node": "5.0.1",
"tslint": "5.9.1",
"tslint-loader": "3.6.0",
"typescript": "3.4.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"webpack": "4.5.0",
"yargs": "11.0.0"
},
"author": "Vladimir Pechischev",
"license": "ISC"
}