-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.31 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "WebIDE-Plugin-AccessUrl",
"version": "0.1.2",
"description": "WebIDE-Plugin-AccessUrl for Coding WebIDE",
"repository": {
"url": "git@github.com:Coding/WebIDE-Plugin-Env.git"
},
"license": "ISC",
"author": "candy <candy.zhengxq@gmail.com>",
"main": "server.js",
"scripts": {
"serve": "coding-ide serve",
"i18n": "coding-ide i18n",
"build": "coding-ide build",
"start": "coding-ide start",
"prebuild": "yarn"
},
"codingIdePackage": {
"name": "access-url",
"displayName": "Access URL",
"description": "WebIDE-Plugin-AccessUrl for Coding WebIDE",
"type": "extension"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.23.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.23.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"enzyme": "^2.2.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"git-url-parse": "^6.0.1",
"immutable": "^3.8.1",
"jsdom": "^9.5.0",
"mocha": "^3.0.2",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"sinon": "^1.17.6",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.0",
"webpack": "^2.2.1",
"webpack-cleanup-plugin": "^0.4.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "^2.4.1",
"webpack-hot-middleware": "^2.17.0"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0"
},
"dependencies": {
"babel-preset-env": "^1.1.8",
"babel-runtime": "^6.11.6",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"cors": "^2.8.1",
"express": "^4.14.0",
"fs-promise": "^1.0.0",
"nodemon": "^1.11.0",
"qrcode.react": "^0.7.1",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-actions": "^1.1.0",
"redux-thunk": "^2.1.0",
"rimraf": "^2.6.1",
"socket.io": "^1.7.3",
"style-loader": "^0.13.2",
"webide-plugin-sdk": "https://github.com/Coding/WebIDE-Plugin-SDK.git#0.1.5"
},
"engines": {
"npm": "^3.0.0"
}
}