This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.6 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
53
{
"name": "dxp-questions-ui",
"version": "0.1.22",
"description": "The `dxp-questions-ui` library renders questions and answers that are provided by the Daxko Operations API.",
"homepage": "http://www.daxko.com",
"repository": "daxko/dxp-questions-ui",
"keywords": [
"daxko",
"questions",
"answers",
"api"
],
"main": "index.js",
"scripts": {
"start": "webpack --progress --colors --watch",
"prod": "NODE_ENV=production webpack -p && cp ./dist/dxp-questions.js ./dist/dxp-questions-min.js",
"example": "httpster",
"test": "jest --updateSnapshot",
"docs": "jsdoc2md src/index.js > snippets/md/javascript_api.md && markedpp readme.mdpp > README.md",
"release": "standard-version",
"prerelease": "standard-version --prerelease prerelease"
},
"author": "Daxko",
"license": "BSD-2-Clause",
"dependencies": {
"classnames": "^2.2.5",
"envify": "~1.2.0",
"moment": "^2.21.0",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^24.6.0",
"babel-loader": "^8.0.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-15": "^1.3.1",
"jest": "^24.6.0",
"jest-cli": "^24.6.0",
"jsdoc-to-markdown": "^4.0.1",
"markedpp": "^0.3.10",
"node-sass": "^4.12.0",
"react-addons-test-utils": "^15.5.4",
"react-test-renderer": "^15.6.2",
"sass-loader": "^7.1.0",
"standard-version": "^5.0.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}