-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
{
"name": "ts-explorer",
"version": "0.0.23",
"description": "Type System explorer",
"main": "bundledOutputs/typeSystem.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bsb -make-world -w",
"build": "gulp",
"clean": "bsb -clean-world"
},
"repository": {
"type": "git",
"url": "[email protected]:acierto/ts-explorer.git"
},
"keywords": [
"Type System",
"Explorer"
],
"author": "Bogdan Nechyporenko",
"license": "ISC",
"dependencies": {
"bootstrap": "3.3.7",
"bs-director": "^0.0.1",
"bs-glamour": "0.1.3",
"bs-fetch": "0.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-modal": "2.2.2",
"react-select": "1.0.0-rc.5",
"reason-react": ">=0.2.2"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-loader": "7.0.0",
"babel-preset-es2015": "6.22.0",
"bs-platform": "^1.8.0",
"css-loader": "0.28.4",
"del": "3.0.0",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.30.1",
"gh-pages": "1.0.0",
"gulp": "3.9.1",
"gulp-plumber": "1.1.0",
"gulp-release-it": "1.1.5",
"file-loader": "0.11.2",
"image-webpack-loader": "3.3.1",
"run-sequence": "1.2.2",
"ramda": "0.24.1",
"style-loader": "0.18.2",
"webpack": "2.6.1",
"webpack-stream": "3.2.0"
}
}