-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "kaioteoi.com",
"version": "0.0.1",
"description": "Practices: Evolving and sharing knowledge.",
"main": "webpack.config.js",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"history": "^4.6.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"node-sass": "^4.5.2",
"resolve-url": "^0.2.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base src --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaioteoi/kaioteoi.com.git"
},
"keywords": [
"Kaio",
"Teoi",
"Web",
"Developer",
"Portfolio"
],
"author": "Kaio Teoi <[email protected]> (kaioteoi.com)",
"license": "ISC",
"homepage": "https://github.com/kaioteoi/kaioteoi.com#readme",
"bugs": {
"url": "https://github.com/kaioteoi/kaioteoi.com/issues"
}
}