-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "fzz-editor",
"version": "1.0.0",
"description": "Interface for editing images produced by the Trendi Guru engine.",
"main": "index.js",
"scripts": {
"start": "webpack --colors --progress --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Trendi Guru Ltd.",
"license": "UNLICENSED",
"api": "https://editor-dot-test-paper-doll.appspot.com/editor/images",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint-config-infashion": "^1.0.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"node-sass": "^3.10.0",
"sass-loader": "^4.0.2",
"webpack": "^1.13.2"
},
"dependencies": {
"core-js": "^2.4.1",
"jsonpath": "^0.2.7",
"query-class": "^1.0.1",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.2",
"react-grid-layout": "^0.13.6",
"react-select": "^1.0.0-rc.2",
"react-sortable-hoc": "^0.4.5",
"web-core": "^0.0.4",
"whatwg-fetch": "^1.0.0"
}
}