-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 770 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
{
"name": "react-time",
"version": "1.0.0",
"description": "Mevcut sistem saatini gösteren basit çaplı react uygulamasıdır.",
"main": "src/js/app.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"repository": "https://github.com/falconsw/react-time.git",
"author": "Ömer Doğan <omer_dogan@outlook.com>",
"license": "MIT",
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"webpack": "^2.5.1"
}
}