-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 833 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 833 Bytes
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
{
"name": "crud.react",
"version": "1.0.0",
"description": "Create, Read, Update and Destroy by ReactJS",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-server": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"bundle": "./node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git://github.com/llopez/Crud.react.git"
},
"author": "Luis Lopez",
"license": "ISC",
"dependencies": {
"events": "^1.1.1",
"flux": "^2.1.1",
"react": "^15.3.0",
"react-dom": "^15.3.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}