|
12 | 12 | "css", |
13 | 13 | "modules" |
14 | 14 | ], |
15 | | - "version": "3.7.6", |
| 15 | + "version": "3.7.10", |
16 | 16 | "author": { |
17 | 17 | "name": "Gajus Kuizinas", |
18 | 18 | "email": "gajus@gajus.com", |
19 | 19 | "url": "http://gajus.com" |
20 | 20 | }, |
21 | 21 | "license": "BSD-3-Clause", |
22 | 22 | "dependencies": { |
23 | | - "es6-map": "^0.1.3", |
24 | 23 | "hoist-non-react-statics": "^1.0.5", |
25 | 24 | "lodash": "^4.6.1", |
26 | 25 | "object-unfreeze": "^1.0.2" |
27 | 26 | }, |
28 | 27 | "devDependencies": { |
| 28 | + "babel-cli": "^6.10.1", |
| 29 | + "babel-plugin-add-module-exports": "^0.2.1", |
| 30 | + "babel-plugin-lodash": "^3.2.5", |
| 31 | + "babel-plugin-transform-proto-to-assign": "^6.9.0", |
| 32 | + "babel-preset-es2015": "^6.9.0", |
| 33 | + "babel-preset-react": "^6.11.1", |
| 34 | + "babel-preset-stage-0": "^6.5.0", |
| 35 | + "babel-register": "^6.9.0", |
29 | 36 | "chai": "^3.5.0", |
| 37 | + "eslint": "^3.0.0", |
| 38 | + "eslint-config-canonical": "^1.7.12", |
30 | 39 | "jsdom": "^8.1.0", |
31 | | - "pragmatist": "^3.0.21", |
| 40 | + "mocha": "^2.5.3", |
32 | 41 | "react": "^15.0.0-rc.1", |
33 | 42 | "react-addons-shallow-compare": "^15.0.0-rc.1", |
34 | 43 | "react-addons-test-utils": "^15.0.0-rc.1", |
35 | 44 | "react-dom": "^15.0.0-rc.1" |
36 | 45 | }, |
37 | 46 | "scripts": { |
38 | | - "pragmatist": "node ./node_modules/.bin/pragmatist --es5", |
39 | | - "lint": "npm run pragmatist lint", |
40 | | - "test": "npm run pragmatist test --type-annotations", |
41 | | - "build": "npm run pragmatist build", |
42 | | - "watch": "npm run pragmatist watch", |
43 | | - "watch-lint": "npm run pragmatist watch-lint", |
44 | | - "watch-test": "npm run pragmatist watch-test --type-annotations", |
45 | | - "watch-build": "npm run pragmatist watch-build" |
| 47 | + "lint": "eslint ./src ./tests", |
| 48 | + "test": "mocha --compilers js:babel-register ./tests/**/*.js", |
| 49 | + "build": "babel ./src --out-dir ./dist" |
46 | 50 | } |
47 | 51 | } |
0 commit comments