-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
{
"name": "vcontrol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node dev.js"
},
"author": "",
"license": "ISC",
"edp": {
"wwwroot": "/",
"depDir": "dep",
"srcDir": "src",
"loaderAutoConfig": "js,htm,html,tpl,vm,phtml",
"loaderUrl": "http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.js",
"dependencies": {}
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-plugin-external-helpers": "^6.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.6.5",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"dev-server": "github:elegant-view/dev-server",
"node-sass": "^3.4.2",
"node-sass-import-once": "^1.2.0",
"requirejs": "^2.2.0"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.2",
"bootstrap-sass": "^3.3.6",
"event": "github:elegant-view/event",
"font-awesome": "fortawesome/Font-Awesome",
"protectobject": "github:elegant-view/protectobject",
"underscore": "^1.8.3",
"vcomponent": "github:elegant-view/vcomponent",
"vtpl": "elegant-view/vtpl"
}
}