-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.13 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
48
49
50
51
{
"name": "Elite-Web",
"productName": "Elite-Web",
"version": "0.1.0",
"description": "Elite官方主页",
"authors": [
"Sun Xiaofan <[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]:elite-lang/Elite-Web.git"
},
"bugs": {
"url": "https://github.com/elite-lang/Elite-Web/issues"
},
"keywords": [
"elite",
"web",
"compiler"
],
"dependencies": {
"antd": "~0.10.4",
"font-awesome": "~4.5.0",
"react": "0.14.3",
"react-dom": "0.14.3"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-cached": "1.1.0",
"gulp-concat": "2.6.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.1.0",
"gulp-sass": "2.1.0",
"gulp-shell": "0.5.1",
"gulp-util": "3.0.7",
"typescript": "1.7.3",
"node-gyp": "3.2.0",
"npm-check-updates": "2.5.1",
"browserify": "~12.0.1",
"react-tools": "0.13.3",
"node-sass": "^3.4.2",
"tsd": "0.6.5"
},
"scripts": {
"preinstall": "npm prune",
"start": "gulp",
"update-typings": "tsd update --save --overwrite",
"update-dependencies": "ncu -u"
},
"license": "MIT"
}