-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 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
{
"name": "jslearn",
"version": "1.0.0",
"description": "jsLearn =======",
"main": "js/app.js",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"@myfe/react-form": "^1.0.1",
"@myfe/react-grid": "^1.0.1",
"alt": "^0.17.1",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"browserify": "^10.2.4",
"envify": "^3.4.0",
"flux": "^2.0.3",
"form-serialize": "^0.6.0",
"gulp": "^3.9.0",
"jquery": "^2.1.4",
"jsx-loader": "^0.13.2",
"keymirror": "^0.1.1",
"marked": "^0.3.3",
"node-libs-browser": "^0.5.2",
"object-assign": "^3.0.0",
"react-hot-loader": "^1.2.8",
"run-sequence": "^1.1.1",
"uglify-js": "^2.4.23",
"watchify": "^3.2.3",
"webpack": "^1.10.1"
},
"scripts": {},
"author": "",
"browserify": {
"transform": [
"reactify",
"envify"
]
},
"jest": {
"rootDir": "./js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sobranier/jsLearn.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Sobranier/jsLearn/issues"
},
"homepage": "https://github.com/Sobranier/jsLearn#readme"
}