-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "tadas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "yarn run dev",
"dev": "./node_modules/.bin/gulp --gulpfile ./gulpfile-dev.js",
"build": "./node_modules/.bin/gulp --gulpfile ./gulpfile-build.js",
"mock": "./node_modules/.bin/json-server ./src/mock/mock.js -p 9000 -r ./src/mock/routes.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"art-template": "^4.12.2",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"express": "^4.16.3",
"iscroll": "^5.2.0",
"string-loader": "0.0.1",
"yo3": "^3.1.6"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"chalk": "2.4.1",
"cli-color": "~1.1.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.3.1",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1",
"http-proxy-middleware": "^0.18.0",
"json-loader": "^0.5.7",
"json-server": "^0.13.0",
"memoizee": "0.3.9",
"webpack-stream": "^4.0.3",
"zepto": "^1.2.0"
}
}