This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
62 lines (62 loc) · 1.58 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
56
57
58
59
60
61
62
{
"name": "reactpack",
"version": "0.9.0",
"description": "One command to build your React frontend.",
"bin": "cli.js",
"main": "index.js",
"scripts": {
"test": "standard *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/olahol/reactpack"
},
"bugs": {
"url": "https://github.com/olahol/reactpack/issues"
},
"keywords": [
"react",
"webpack",
"build",
"frontend"
],
"homepage": "https://github.com/olahol/reactpack",
"author": "Ola Holmström",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"cli-character-set": "^0.1.0",
"colour": "^0.7.1",
"commander": "^2.9.0",
"css-loader": "^0.26.0",
"cssnano": "^3.6.2",
"eslint-loader": "^1.3.0",
"eslintrc-up": "^0.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"filesize": "^3.3.0",
"find-up": "^2.0.0",
"html-webpack-plugin": "^2.18.0",
"json-loader": "^0.5.4",
"lodash.padleft": "^3.1.3",
"lodash.padright": "^3.1.3",
"log-update": "^1.0.2",
"postcss-loader": "^1.1.1",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"standard": "^8.0.0",
"standard-loader": "^5.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-cleanup-plugin": "^0.4.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^1.0.2"
}
}