-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.76 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
{
"name": "storybuilder-react",
"version": "1.3.4",
"description": "Story builder for Commonfare.net platform",
"repository": {
"type": "git",
"url": "[email protected]:Commonfare-net/storybuilder-react.git"
},
"main": "dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "NODE_ENV=production webpack",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"manage:translations": "node ./translationRunner.js"
},
"author": "Aaron Ciaghi",
"license": "GPL-3.0",
"devDependencies": {
"@storybook/addon-actions": "^3.3.12",
"@storybook/addon-links": "^3.3.12",
"@storybook/addons": "^3.4.0",
"@storybook/react": "^3.4.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.1.2",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
"react-intl-translations-manager": "^5.0.1",
"redux-devtools": "^3.4.1",
"storybook-addon-intl": "^2.3.0",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "3"
},
"dependencies": {
"babel-plugin-react-intl": "^2.4.0",
"babel-polyfill": "^6.26.0",
"embed-video": "^2.0.3",
"lodash": "^4.17.5",
"quill-auto-links": "^0.1.2",
"react": "^16.2.0",
"react-autosuggest": "^9.3.4",
"react-beautiful-dnd": "^6.0.0",
"react-dom": "^16.2.0",
"react-dotdotdot": "^1.2.2",
"react-fontawesome": "^1.6.1",
"react-intl": "^2.4.0",
"react-quill": "^1.2.7",
"react-redux": "^5.0.7",
"react-tagsinput": "^3.19.0",
"redux-thunk": "^2.3.0",
"sanitize-html": "^1.18.2"
}
}