|
| 1 | +{ |
| 2 | + "name": "linqable.doc", |
| 3 | + "version": "1.7.14-beta", |
| 4 | + "description": "Linqable repository documentation site", |
| 5 | + "main": "./dist/app.js", |
| 6 | + "repository": "https://github.com/0xF6/linqable.doc.git", |
| 7 | + "author": "Yuuki Wesp", |
| 8 | + "license": "MIT", |
| 9 | + "private": false, |
| 10 | + "devDependencies": { |
| 11 | + "@babel/core": "^7.0.0-beta.53", |
| 12 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.53", |
| 13 | + "@babel/plugin-proposal-export-default-from": "^7.0.0-beta.53", |
| 14 | + "@babel/plugin-syntax-decorators": "^7.0.0-beta.53", |
| 15 | + "@babel/plugin-syntax-jsx": "^7.0.0-beta.53", |
| 16 | + "@babel/plugin-syntax-typescript": "^7.0.0-beta.53", |
| 17 | + "@babel/preset-env": "^7.0.0-beta.53", |
| 18 | + "@babel/preset-react": "^7.0.0-beta.53", |
| 19 | + "@types/node": "^10.5.2", |
| 20 | + "@types/react": "^16.4.6", |
| 21 | + "@types/react-dom": "^16.0.6", |
| 22 | + "@types/react-hot-loader": "^4.1.0", |
| 23 | + "@types/react-redux": "^6.0.4", |
| 24 | + "autoprefixer": "^8.6.5", |
| 25 | + "ava": "^1.0.0-beta.6", |
| 26 | + "awesome-typescript-loader": "^5.2.0", |
| 27 | + "babel-loader": "^8.0.0-beta.4", |
| 28 | + "babel-plugin-lodash": "^3.3.4", |
| 29 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
| 30 | + "babel-preset-env": "^7.0.0-beta.3", |
| 31 | + "babel-preset-react": "^7.0.0-beta.3", |
| 32 | + "babel-preset-stage-2": "^7.0.0-beta.3", |
| 33 | + "case-sensitive-paths-webpack-plugin": "^2.1.2", |
| 34 | + "css-loader": "^1.0.0", |
| 35 | + "file-loader": "^1.1.11", |
| 36 | + "postcss-loader": "^2.1.6", |
| 37 | + "react-hot-loader": "^4.3.3", |
| 38 | + "source-map-loader": "^0.2.3", |
| 39 | + "style-loader": "^0.21.0", |
| 40 | + "typescript": "^2.9.2", |
| 41 | + "webpack": "^4.16.0", |
| 42 | + "webpack-cli": "^3.0.8", |
| 43 | + "webpack-dev-server": "^3.1.4" |
| 44 | + }, |
| 45 | + "dependencies": { |
| 46 | + "react": "^16.4.1", |
| 47 | + "react-dom": "^16.4.1", |
| 48 | + "react-redux": "^5.0.7", |
| 49 | + "redux": "^4.0.0", |
| 50 | + "semantic-ui-css": "^2.3.3", |
| 51 | + "semantic-ui-react": "^0.82.0" |
| 52 | + }, |
| 53 | + "scripts": { |
| 54 | + "build": "webpack", |
| 55 | + "watch": "webpack-dev-server --hot" |
| 56 | + } |
| 57 | +} |
0 commit comments