-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
{
"name": "react_testing_project",
"version": "1.0.0",
"description": "Hope I could deploy it",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "webpack -p --config webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rNiall/react_testing_project.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.*",
"babel-loader": "^6.2.*",
"babel-preset-es2015": "^6.6.*",
"babel-preset-react": "^6.5.*",
"css-loader": "^0.25.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-phpunit": "^0.3.6",
"style-loader": "^0.13.1",
"webpack": "^1.12.*",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.*",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"node-sass": "^3.4.2",
"express": "^4.13.4"
},
"bugs": {
"url": "https://github.com/rNiall/react_testing_project/issues"
},
"homepage": "https://github.com/rNiall/react_testing_project#readme"
}