-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "dachi-ui",
"version": "4.0.3",
"description": "",
"main": "lib/dachi-ui.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouropencode/dachi-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ouropencode/dachi-ui/issues"
},
"homepage": "https://github.com/ouropencode/dachi-ui#readme",
"dependencies": {
"alertify-webpack": "^0.2.0",
"eventemitter2": "^2.1.3",
"jquery-form": "^3.50.0",
"moment": "^2.16.0",
"pace": "0.0.4",
"pace-progress": "^1.0.2",
"twig": "^0.10.0",
"vex-js": "~2.3.2"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.11.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3"
}
}