-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.29 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
{
"name": "esp-js-devtools",
"version": "0.0.15",
"description": "Evented State Processor (ESP) dev tools",
"main": "dist/esp-js-devtools.js",
"scripts": {
"start": "npm run build:dev",
"build": "webpack --config webpack.dev.config.js",
"dev": "webpack --progress --watch --colors --hot --debug --display-chunks --config webpack.dev.config.js"
},
"author": "Dev Shop Limited",
"license": "Apache 2",
"repository": "https://github.com/esp/esp-js",
"dependencies": {
"babel-plugin-transform-runtime": "^6.4.3",
"esp-js": "^0.7.0",
"install": "^0.4.2",
"jquery": "^2.2.1",
"jquery-ui": "^1.10.5",
"lodash": "^4.2.1",
"moment": "^2.11.2",
"npm": "^3.6.0",
"vis": "^4.13.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"esp-js": "0.5.15",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"imports-loader": "^0.6.5",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.12"
}
}