-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "temporal-path",
"version": "0.1.0",
"description": "Temporal Path",
"main": "index.html",
"scripts": {
"start": "gulp",
"build": " gulp build --type production"
},
"author": "@biswajyoti2607 <biswajyoti2607@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.12.8",
"del": "^2.2.0",
"eslint": "^3.12.2",
"eslint-loader": "^1.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-size": "^2.1.0",
"gulp-stylus": "^2.3.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"gulp-webpack": "^1.5.0",
"lodash.assign": "^4.0.9",
"merge": "^1.2.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"d3": "^3.5.17",
"nprogress": "^0.2.0",
"semantic-ui-range": "^1.0.1",
"simditor": "^2.3.6",
"simple-hotkeys": "^1.0.3",
"simple-module": "^3.0.3"
}
}