-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "italian-verbs-trainer",
"version": "0.1.0",
"description": "Italian Verbs Trainer",
"main": "index.html",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "production=true ./node_modules/.bin/webpack -p"
},
"author": "Anton Shurashov <[email protected]> (https://github.com/Sinkler)",
"license": "GPL-3.0",
"private": true,
"bugs": {
"url": "https://github.com/Sinkler/italian-verbs-trainer/issues"
},
"homepage": "https://github.com/Sinkler/italian-verbs-trainer",
"repository": {
"type": "git",
"url": "https://github.com/Sinkler/italian-verbs-trainer.git"
},
"devDependencies": {
"babel-core": "~6.21.0",
"babel-eslint": "~7.1.1",
"babel-loader": "~6.2.10",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-preset-react": "~6.16.0",
"babel-preset-es2015": "~6.18.0",
"babel-runtime": "~6.20.0",
"eslint": "~3.12.2",
"eslint-loader": "~1.6.1",
"eslint-plugin-react": "~6.8.0",
"fold-to-ascii": "~4.0.0",
"react": "~15.4.1",
"react-dom": "~15.4.1",
"webpack": "~1.14.0",
"webpack-dev-server": "~1.16.2"
},
"dependencies": {}
}