UNPKG

2.11 kBJSONView Raw
1{
2 "name": "@nowa/solution-react",
3 "version": "0.11.3",
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 "@babel/core": "^7.1.2",
22 "@babel/plugin-proposal-class-properties": "^7.1.0",
23 "@babel/plugin-proposal-decorators": "^7.1.2",
24 "@babel/plugin-proposal-export-default-from": "^7.0.0",
25 "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
26 "@babel/plugin-proposal-numeric-separator": "^7.0.0",
27 "@babel/plugin-proposal-optional-chaining": "^7.0.0",
28 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
29 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
30 "@babel/preset-env": "^7.1.0",
31 "@babel/preset-react": "^7.0.0",
32 "@nowa/cli": "^0.5.1",
33 "@nowa/core": "^0.6.0",
34 "@nowa/module-file": "^0.2.3",
35 "@nowa/module-webpack": "^0.6.1",
36 "autoprefixer": "^9.1.5",
37 "babel-loader": "^8.0.4",
38 "case-sensitive-paths-webpack-plugin": "^2.1.2",
39 "css-loader": "^1.0.0",
40 "file-loader": "^2.0.0",
41 "html-webpack-plugin": "^3.2.0",
42 "less": "^3.8.1",
43 "less-loader": "^4.1.0",
44 "mini-css-extract-plugin": "^0.4.2",
45 "optimize-css-assets-webpack-plugin": "^5.0.1",
46 "postcss-loader": "^3.0.0",
47 "style-loader": "^0.23.0",
48 "svg-react-loader": "^0.4.5",
49 "uglifyjs-webpack-plugin": "^1.3.0",
50 "url-loader": "^1.1.1",
51 "webpack": "^4.18.0",
52 "webpack-bundle-analyzer": "^2.13.1",
53 "webpack-dev-server": "3.1.6",
54 "webpack-merge": "^4.1.4"
55 },
56 "devDependencies": {
57 "@types/node": "^10.9.4"
58 },
59 "publishConfig": {
60 "access": "public",
61 "registry": "https://registry.npmjs.org/"
62 },
63 "gitHead": "9e5f406f54845e90934a051cac667acea1bd4eb8"
64}