-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "Task2",
"version": "1.0.0",
"description": "React",
"main": "Root.js",
"scripts": {
"it": "babel src -d js -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-nabaa/Task2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/m-nabaa/Task2/issues"
},
"homepage": "https://github.com/m-nabaa/Task2#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-react-display-name": "^6.25.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.3",
"iscroll-react": "^1.0.3"
},
"babel": {
"plugins": [
"transform-react-jsx",
"transform-react-display-name",
"transform-remove-strict-mode"
],
"presets": [
"es2015"
]
},
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"grunt": "^1.0.3",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"jit-grunt": "^0.10.0"
}
}