forked from knightburton/iotjscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.76 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
{
"name": "iotjscode",
"description": "A browser based editor with devtools for IoT.js",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --mode development --progress",
"build": "webpack --mode production -p --progress",
"check-version": "babel-node tools/check-debugger-version.js",
"lint": "eslint src ./*.js -f table --ext .js > eslint.log",
"travis-lint": "eslint src ./*.js --ext .js",
"lint-autofix": "eslint src ./*.js -f table --ext .js --fix > eslint.log"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Samsung/iotjscode.git"
},
"author": "Samsung Electronics Co., Ltd.",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"c3": "^0.4.18",
"d3": "^3.5.17",
"file-saver": "^1.3.3",
"floatthead": "^2.0.3",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-ui-dist": "^1.12.1",
"monaco-editor": "^0.10.1",
"nodegit": "^0.22.0",
"perfect-scrollbar": "^1.2.0",
"store": "^2.0.12"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.0",
"babel-standalone": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"ejs-compiled-loader": "^1.1.0",
"eslint": "^4.9.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.1.0",
"node-sass": "^4.8.3",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"source-map": "^0.7.2",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}