-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.76 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
56
57
58
59
60
61
62
63
64
{
"name": "tenqmemo",
"version": "1.0.0",
"description": "markdown note",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/react_components",
"build": "webpack --progress --profile --colors",
"lint": "eslint app/assets/javascripts/channels/ app/frontend/javascripts/ test/react_components/ *.js",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ta1kt0me/tenqmemo.git"
},
"author": "ta1kt0me",
"license": "MIT",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bootstrap-material-design": "^0.5.10",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.7",
"escape-string-regexp": "^1.0.2",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.5.0",
"popper.js": "^1.12.9",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-tag-input": "^4.6.1",
"reactify": "^1.1.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"strip-ansi": "^4.0.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.9.1"
},
"devDependencies": {
"babel-preset-power-assert": "^1.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"jsdom": "^11.5.1",
"mocha": "^4.0.1",
"mocha-junit-reporter": "^1.13.0",
"power-assert": "^1.4.1",
"react-test-renderer": "^16.2.0",
"sinon": "^4.1.2"
},
"engines": {
"node": "8.9.2",
"yarn": "1.5.1"
}
}