-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 770 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 770 Bytes
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
{
"name": "semantic-editor",
"version": "1.0.x-dev",
"main": "src/index.js",
"repository": "https://github.com/pounard/semantic-editor.git",
"author": "Pierre Rineau",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.16",
"core.js": "^0.4.2",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.4",
"typescript": "^2.4.2",
"webpack": "^3.8.1"
}
}