-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 loc) · 1.38 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "excel-add-in",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "4.3.0",
"array.prototype.find": "2.0.4",
"axios": "0.15.3",
"classnames": "2.2.5",
"hapi": "16.5.2",
"inert": "4.2.1",
"little-loader": "0.2.0",
"lodash": "4.17.4",
"office-ui-fabric-js": "1.4.0",
"papaparse": "4.3.6",
"query-string": "4.3.4",
"react": "16.6.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.6.0",
"react-intl": "2.7.2",
"react-router-dom": "4.3.1",
"react-scripts": "1.0.10"
},
"devDependencies": {
"concurrently": "3.5.0",
"cross-env": "5.2.0",
"husky": "1.1.2",
"office-addin-validator": "1.0.5",
"react-test-renderer": "16.6.0",
"selfsigned": "1.10.1"
},
"scripts": {
"start": "concurrently \"react-scripts start\" \"node server/server.js\"",
"build": "react-scripts build",
"prod": "node server/server.js",
"test": "cross-env CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-prebuild": "yarn install --frozen-lockfile && yarn build",
"precommit": "npm run test"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/datadotworld/excel-add-in.git"
},
"license": "SEE LICENSE IN LICENSE.txt",
"proxy": "http://localhost:3001"
}