|
1 | 1 | { |
2 | 2 | "name": "next.js-typescript-starter-kit", |
3 | | - "version": "6.1.1", |
| 3 | + "version": "7.0.1", |
4 | 4 | "main": "index.js", |
5 | 5 | "repository": "https://github.com/deptno/next.js-typescript-starter-kit", |
6 | 6 | "author": "Bonggyun Lee <deptno@gmail.com>", |
|
15 | 15 | "test": "jest", |
16 | 16 | "test:watch": "jest --watch", |
17 | 17 | "test:coverage": "jest --coverage", |
18 | | - "storybook": "start-storybook -p 6006", |
19 | | - "build-storybook": "build-storybook", |
20 | 18 | "ts:check": "tsc --noEmit" |
21 | 19 | }, |
22 | 20 | "dependencies": { |
23 | | - "classnames": "^2.2.5", |
24 | | - "moment": "^2.22.1", |
25 | | - "next": "^7.0.0", |
| 21 | + "classnames": "^2.2.6", |
| 22 | + "moment": "^2.22.2", |
| 23 | + "next": "^7.0.1", |
26 | 24 | "react": "^16.5.2", |
27 | 25 | "react-dom": "^16.5.2", |
28 | 26 | "react-ga": "^2.5.3", |
|
33 | 31 | "redux-thunk": "^2.3.0" |
34 | 32 | }, |
35 | 33 | "devDependencies": { |
36 | | - "@storybook/addon-actions": "^3.4.7", |
37 | | - "@storybook/addon-info": "^3.4.7", |
38 | | - "@storybook/addon-links": "^3.4.7", |
39 | | - "@storybook/addons": "^3.4.7", |
40 | | - "@storybook/react": "^3.4.7", |
41 | | - "@types/classnames": "^2.2.3", |
| 34 | + "@types/classnames": "^2.2.6", |
42 | 35 | "@types/enzyme": "^3.1.10", |
43 | 36 | "@types/enzyme-adapter-react-16": "^1.0.2", |
44 | | - "@types/jest": "^22.2.3", |
| 37 | + "@types/jest": "^23.3.3", |
45 | 38 | "@types/node": "^8.10.14", |
46 | 39 | "@types/react": "^16.3.14", |
47 | 40 | "@types/react-redux": "^6.0.0", |
48 | | - "@zeit/next-css": "^0.2.0", |
49 | | - "@zeit/next-typescript": "^1.1.0", |
50 | | - "awesome-typescript-loader": "4", |
51 | | - "babel-loader": "^7.1.4", |
| 41 | + "@zeit/next-css": "^1.0.1", |
| 42 | + "@zeit/next-typescript": "^1.1.1", |
| 43 | + "babel-loader": "^8.0.4", |
52 | 44 | "babel-plugin-transform-define": "^1.3.0", |
53 | | - "babel-upgrade": "^0.0.23", |
54 | | - "cssnano": "^3.10.0", |
55 | | - "enzyme": "^3.3.0", |
56 | | - "enzyme-adapter-react-16": "^1.1.1", |
57 | | - "jest": "^22.4.3", |
58 | | - "nextjs-export-path-map": "^0.1.2", |
59 | | - "postcss": "^6.0.23", |
60 | | - "postcss-browser-reporter": "^0.5.0", |
61 | | - "postcss-cssnext": "^3.1.0", |
62 | | - "postcss-import": "^11.1.0", |
63 | | - "postcss-loader": "^2.1.5", |
64 | | - "postcss-nested": "^3.0.0", |
65 | | - "postcss-reporter": "^5.0.0", |
66 | | - "postcss-url": "^7.3.2", |
67 | | - "react-docgen-typescript-webpack-plugin": "^1.1.0", |
68 | | - "ts-jest": "^22.4.6", |
69 | | - "typescript": "^3.0.1", |
70 | | - "webpack-bundle-analyzer": "^2.11.2" |
| 45 | + "enzyme": "^3.7.0", |
| 46 | + "enzyme-adapter-react-16": "^1.6.0", |
| 47 | + "jest": "^23.6.0", |
| 48 | + "postcss": "^7.0.5", |
| 49 | + "postcss-preset-env": "^6.0.10", |
| 50 | + "ts-jest": "^23.10.3", |
| 51 | + "typescript": "^3.1.1", |
| 52 | + "webpack-bundle-analyzer": "^3.0.2" |
71 | 53 | }, |
72 | 54 | "jest": { |
73 | 55 | "moduleFileExtensions": [ |
|
0 commit comments