|
1 | 1 | { |
2 | 2 | "name": "js-scroll-effect-module", |
3 | | - "version": "0.5.0", |
| 3 | + "version": "0.6.0", |
4 | 4 | "description": "Add effect at scroll.", |
5 | 5 | "keywords": [ |
6 | 6 | "scroll", |
|
10 | 10 | "animation", |
11 | 11 | "keyframe", |
12 | 12 | "transition", |
13 | | - "plugin" |
| 13 | + "plugin", |
| 14 | + "inview" |
14 | 15 | ], |
15 | 16 | "author": "yama-dev", |
16 | 17 | "license": "MIT", |
17 | 18 | "main": "./dist/js-scroll-effect-module.js", |
18 | 19 | "scripts": { |
19 | 20 | "start": "npm install && npm run develop", |
20 | | - "develop": "npm-run-all -p build:develop server:develop", |
| 21 | + "develop": "cross-env NODE_ENV=\"development\" npm-run-all -p build:develop server:develop", |
21 | 22 | "server:develop": "browser-sync start --server ./ --directory ./sample --files **/*.css **/*.js **/*.html", |
22 | | - "build:develop": "webpack --mode=development --progress --colors --watch", |
23 | | - "production": "npm-run-all -p build:production server:production", |
| 23 | + "build:develop": "webpack --progress --colors --watch", |
| 24 | + "production": "cross-env NODE_ENV=\"production\" npm-run-all -p build:production server:production", |
24 | 25 | "server:production": "browser-sync start --server ./ --directory ./sample --files **/*.css **/*.js **/*.html", |
25 | | - "build:production": "webpack --mode=production --progress --colors --watch", |
26 | | - "test": "mocha --compilers js:babel-core/register" |
| 26 | + "build:production": "webpack --progress --colors --watch", |
| 27 | + "test": "mocha --require @babel/register" |
27 | 28 | }, |
28 | 29 | "repository": { |
29 | 30 | "type": "git", |
|
34 | 35 | "email": "tatsuya.yamamoto69@gmail.com" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
37 | | - "@babel/cli": "^7.2.3", |
38 | | - "@babel/core": "^7.2.2", |
| 38 | + "@babel/cli": "^7.4.4", |
| 39 | + "@babel/core": "^7.4.5", |
39 | 40 | "@babel/plugin-transform-object-assign": "^7.2.0", |
40 | | - "@babel/preset-env": "^7.3.1", |
41 | | - "babel-loader": "^8.0.5", |
42 | | - "browser-sync": "^2.23.6", |
43 | | - "eslint": "^5.12.0", |
| 41 | + "@babel/preset-env": "^7.4.5", |
| 42 | + "@babel/register": "^7.4.4", |
| 43 | + "babel-loader": "^8.0.6", |
| 44 | + "browser-sync": "^2.26.7", |
| 45 | + "cross-env": "^5.2.0", |
| 46 | + "eslint": "^5.16.0", |
44 | 47 | "eslint-loader": "^2.1.1", |
45 | | - "mocha": "^5.2.0", |
| 48 | + "mocha": "^6.1.4", |
46 | 49 | "npm-run-all": "^4.1.2", |
47 | | - "webpack": "^4.28.4", |
48 | | - "webpack-cli": "^3.2.1" |
| 50 | + "webpack": "^4.34.0", |
| 51 | + "webpack-cli": "^3.3.4" |
49 | 52 | }, |
50 | 53 | "dependencies": { |
51 | 54 | "@yama-dev/js-dom": "0.0.6" |
|
0 commit comments