-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 885 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 885 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
32
33
{
"name": "crisstrap",
"version": "1.0.0",
"description": "This is a self improvement project with Node.js and Webpack",
"scripts": {
"css": "node ./node-scripts/css.js"
},
"repository": {
"type": "git",
"url": "git+https://CrisCoves@github.com/CrisCoves/crisstrap.git"
},
"author": "Cristina Coves Mora",
"bugs": {
"url": "https://github.com/CrisCoves/crisstrap/issues"
},
"homepage": "https://github.com/CrisCoves/crisstrap#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"node-sass": "^4.9.2",
"opener": "^1.5.0",
"webpack": "^4.16.5",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"gulp": "^3.9.1",
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}