-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.85 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
{
"name": "test_ui",
"version": "1.0.36",
"description": "test_ui",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.dev.config.js --open --color",
"build": "rimraf build && webpack --config webpack.prod.config.js --progress --profile --color",
"build:lib": "babel component -d lib",
"build:style": "sass css/main.scss:css/main.css",
"docx": "serve -s build --open"
},
"author": "Justin Lazaro",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.9",
"sass-loader": "^6.0.6",
"serve": "^6.4.9",
"style-loader": "^0.19.1",
"sw-precache-webpack-plugin": "^0.11.4",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-glob": "^2.0.2"
},
"dependencies": {
"antd": "^3.0.3",
"babel-polyfill": "^6.26.0",
"draft-convert": "^2.0.1",
"draft-js": "^0.10.5",
"draft-js-alignment-plugin": "^2.0.1",
"draft-js-focus-plugin": "^2.0.1",
"draft-js-hashtag-plugin": "^2.0.1",
"draft-js-linkify-plugin": "^2.0.1",
"draft-js-plugins-editor": "^2.0.4",
"draftjs-to-html": "^0.8.2",
"html-to-draftjs": "^1.1.2",
"immutable": "^3.8.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.12.7",
"react-router-dom": "^4.2.2"
},
"repository": {
"type": "git",
"url": "git@github-Test ui:Test ui/Test ui_UIKit.git"
}
}