-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 973 Bytes
/
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
{
"name": "svg-filter-editor",
"version": "1.0.0",
"description": "A GUI node-based editor for creating SVG Filters",
"repository": "https://github.com/poletaevvlad/svg-filter-editor",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"author": "Vlad Poletaev",
"license": "MIT",
"dependencies": {
"grunt": "^1.0.3",
"npm": "^6.13.4",
"react": "^16.4.2",
"react-addons-shallow-compare": "^15.6.2",
"react-color": "^2.14.1",
"react-dom": "^16.4.2",
"react-slider": "^0.11.2"
},
"devDependencies": {
"assemble-less": "^0.7.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"create-react-class": "^15.6.3",
"grunt-browserify": "^5.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"prettier": "^2.0.5"
}
}