-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "tokipona",
"version": "1.0.0",
"description": "tokipona dictionary",
"repository": {
"type": "git",
"url": "git+https://github.com/zettamax/tokipona.git"
},
"keywords": [
"tokipona",
"dictionary",
"constructed-language"
],
"author": "zettamax@gmail.com",
"license": "SEE LICENCE IN LICENCE",
"bugs": {
"url": "https://github.com/zettamax/tokipona/issues"
},
"homepage": "./",
"scripts": {
"start": "webpack-dev-server --inline",
"clean": "rimraf docs/*",
"build": "yarn clean && webpack --config webpack.config.js"
},
"dependencies": {
"bootstrap-sass": "3.3.7",
"bootstrap-theuy-theme": "^1.7.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-prop-types": "^0.4.0",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.10",
"file-loader": "^1.1.11",
"hard-source-webpack-plugin": "^0.6.4",
"html-webpack-plugin": "^3.0.4",
"node-sass": "^4.8.3",
"raw-loader": "^0.5.1",
"react-hot-loader": "^4.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"url-loader": "^1.0.1",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.0.0"
}
}