-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.21 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "sm-react-table",
"version": "0.0.4",
"description": "React component for surveymonkey tables",
"scripts": {
"run": "npm run clean && webpack --profile --colors --watch",
"prepublish": "babel -d lib src/",
"clean": "node_modules/.bin/rimraf ./lib && mkdir ./lib",
"build": "npm run clean && webpack --profile --colors --watch"
},
"repository": {
"type": "git",
"url": "git@code.corp.surveymonkey.com:kylev/sm-react-table"
},
"main": "./lib/index.js",
"dependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.5",
"object-assign": "^4.1.0",
"react": "15.1.0",
"react-addons-test-utils": "15.1.0",
"react-contextmenu": "^1.6.2",
"react-dom": "15.1.0",
"rimraf": "^2.5.2",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.9.0"
},
"publishConfig": "https://npm.corp.surveymonkey.com"
}