-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 905 Bytes
/
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
{
"name": "turhapalsu",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "webpack -d --watch",
"build": "webpack -p"
},
"author": "",
"license": "ISC",
"dependencies": {
"preact": "^7.1.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"postcss-loader": "^1.2.1",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.1.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pspfolio/TurhaPalsu.git"
},
"bugs": {
"url": "https://github.com/pspfolio/TurhaPalsu/issues"
},
"homepage": "https://github.com/pspfolio/TurhaPalsu#readme",
"description": ""
}