forked from Jafeney/Royal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "royal",
"version": "1.0.0",
"description": "a Royal React Component library ",
"main": "app.js",
"scripts": {
"test": "webpack --progress -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jafeney/Royal.git"
},
"keywords": [
"react"
],
"author": "Jafeney",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jafeney/Royal/issues"
},
"homepage": "https://github.com/Jafeney/Royal#readme",
"dependencies": {
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-router": "^2.5.2"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"img-loader": "^1.2.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
}
}