-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 2.08 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
54
55
56
57
58
59
60
61
62
63
{
"name": "ns1-gui",
"version": "1.0.46",
"description": "React component toolset for building interfaces that use the same patterns as the NS1 Portal.",
"main": "demo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rm -rf ./docs && mkdir ./docs && node utils/buildIconSass && node_modules/.bin/webpack-dev-server --inline --hot",
"build": "rm -rf ./docs && mkdir ./docs && node utils/buildIconSass && NODE_ENV=production node_modules/.bin/webpack && cp index.html docs/index.html"
},
"author": "Jordan Byrd",
"license": "ISC",
"devDependencies": {
"autoprefixer": "9.6.0",
"babel": "6.5.2",
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "8.2.2",
"babel-loader": "7.1.5",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.16.0",
"css-loader": "^4.2.0",
"eslint": "6.8.0",
"eslint-plugin-react": "7.20.0",
"express": "4.17.1",
"file-loader": "0.10.0",
"iconfont-plugin-webpack": "0.0.1",
"jest": "22.4.2",
"jest-babel": "1.0.1",
"jest-junit": "3.6.0",
"livereactload": "3.5.0",
"postcss-loader": "2.0.8",
"prop-types": "15.6.1",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-markdown": "^5.0.0",
"react-perf-devtool": "3.1.8",
"react-proxy": "1.1.8",
"serve-static": "1.14.1",
"style-loader": "0.13.2",
"svg-inline-loader": "0.8.0",
"uglifyjs-webpack-plugin": "0.4.6",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.11.0",
"node-sass": "^4.14.1",
"sass-loader": "6.0.3"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"react-virtualized": "9.21.1",
"react-window": "1.8.2",
"react-tagsinput": "3.19.0",
"react-input-autosize": "2.2.1",
"react-contenteditable": "2.0.2",
"react-autosize-textarea": "1.0.1"
}
}