|
9 | 9 | "url": "https://github.com/LLK/scratch-storage.git" |
10 | 10 | }, |
11 | 11 | "main": "./dist/node/scratch-storage.js", |
12 | | - "browser": "./dist/web/scratch-storage.js", |
| 12 | + "browser": "./src/index.js", |
13 | 13 | "scripts": { |
14 | 14 | "build": "webpack --progress --colors --bail", |
15 | 15 | "coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov", |
|
23 | 23 | "watch": "webpack --progress --colors --watch", |
24 | 24 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
25 | 25 | }, |
| 26 | + "dependencies": { |
| 27 | + "arraybuffer-loader": "^1.0.3", |
| 28 | + "base64-js": "1.2.1", |
| 29 | + "js-md5": "0.6.1", |
| 30 | + "localforage": "1.5.0", |
| 31 | + "nets": "3.2.0", |
| 32 | + "text-encoding": "0.6.4" |
| 33 | + }, |
26 | 34 | "devDependencies": { |
27 | 35 | "@commitlint/cli": "6.1.0", |
28 | 36 | "@commitlint/config-conventional": "6.1.0", |
29 | 37 | "@commitlint/travis-cli": "6.1.0", |
30 | | - "arraybuffer-loader": "^1.0.3", |
31 | 38 | "babel-core": "6.22.1", |
32 | 39 | "babel-eslint": "7.1.1", |
33 | 40 | "babel-loader": "^7.1.4", |
34 | 41 | "babel-polyfill": "6.22.0", |
35 | 42 | "babel-preset-env": "^1.6.1", |
36 | | - "base64-js": "1.2.1", |
37 | 43 | "cz-conventional-changelog": "^2.0.0", |
38 | | - "debug": "2.6.0", |
39 | 44 | "eslint": "3.14.1", |
40 | 45 | "eslint-config-scratch": "3.1.0", |
41 | 46 | "eslint-plugin-react": "6.9.0", |
42 | 47 | "file-loader": "1.1.11", |
43 | 48 | "husky": "0.14.3", |
44 | | - "js-md5": "0.6.1", |
45 | 49 | "json": "^9.0.4", |
46 | | - "localforage": "1.5.0", |
47 | | - "nets": "3.2.0", |
48 | 50 | "semantic-release": "^6.3.2", |
49 | 51 | "tap": "8.0.1", |
50 | | - "text-encoding": "0.6.4", |
51 | 52 | "travis-after-all": "^1.4.4", |
52 | 53 | "uglifyjs-webpack-plugin": "^1.2.5", |
53 | 54 | "webpack": "^4.8.0", |
|
0 commit comments