UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@nowa/solution-react",
3 "version": "0.9.0",
4 "description": "the nowa solution for react projects",
5 "main": "./spa/index.js",
6 "author": {
7 "name": "Tommy Troy Lin",
8 "email": "tommytroylin@gmail.com",
9 "url": "https://github.com/tommytroylin"
10 },
11 "homepage": "https://github.com/nowa-webpack/solutions",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/nowa-webpack/solutions.git"
15 },
16 "bugs": {
17 "url": "https://github.com/nowa-webpack/solutions/issues"
18 },
19 "license": "MIT",
20 "dependencies": {
21 "@nowa/cli": "^0.5.1",
22 "@nowa/core": "^0.6.0",
23 "@nowa/module-file": "^0.2.2",
24 "@nowa/module-webpack": "^0.6.1",
25 "autoprefixer": "^8.6.5",
26 "babel-core": "^6.26.3",
27 "babel-loader": "^7.1.5",
28 "babel-plugin-transform-decorators-legacy": "^1.3.5",
29 "babel-preset-env": "^1.7.0",
30 "babel-preset-react": "^6.24.1",
31 "babel-preset-stage-2": "^6.24.1",
32 "case-sensitive-paths-webpack-plugin": "^2.1.2",
33 "css-loader": "^1.0.0",
34 "file-loader": "^1.1.11",
35 "html-webpack-plugin": "^3.2.0",
36 "less": "^3.8.0",
37 "less-loader": "^4.1.0",
38 "mini-css-extract-plugin": "^0.4.1",
39 "optimize-css-assets-webpack-plugin": "^5.0.0",
40 "postcss-loader": "^2.1.6",
41 "style-loader": "^0.21.0",
42 "svg-react-loader": "^0.4.5",
43 "uglifyjs-webpack-plugin": "^1.2.7",
44 "url-loader": "^1.0.1",
45 "webpack": "^4.16.3",
46 "webpack-bundle-analyzer": "^2.13.1",
47 "webpack-dev-server": "^3.1.5",
48 "webpack-merge": "^4.1.4"
49 },
50 "devDependencies": {
51 "@types/node": "^10.5.5"
52 },
53 "publishConfig": {
54 "access": "public",
55 "registry": "https://registry.npmjs.org/"
56 },
57 "gitHead": "cc1dab5fef30629c0a9f95c246d32c5196002237"
58}